Interface
IRadSegmentedControl

Displays a list of horizontally aligned, mutually exclusive options, which can be selected by the user.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public interface IRadSegmentedControl : IView, IElement, ITransform

Properties

DisabledSegmentTextColor

Gets the text color of the disabled segment.

Declaration

cs-api-definition
Color DisabledSegmentTextColor { get; }

Property Value

Color

ItemsSource

Gets the collection of items of the control.

Declaration

cs-api-definition
IEnumerable ItemsSource { get; }

Property Value

IEnumerable

SegmentBackgroundColor

Gets the background color of the segment.

Declaration

cs-api-definition
Color SegmentBackgroundColor { get; }

Property Value

Color

SegmentTextColor

Gets the text color of the segment.

Declaration

cs-api-definition
Color SegmentTextColor { get; }

Property Value

Color

SelectedIndex

Gets or sets the index of the selected item.

Declaration

cs-api-definition
int SelectedIndex { get; set; }

Property Value

int

SelectedSegmentBackgroundColor

Gets the background color of the selected segment.

Declaration

cs-api-definition
Color SelectedSegmentBackgroundColor { get; }

Property Value

Color

SelectedSegmentTextColor

Gets the text color of the selected segment.

Declaration

cs-api-definition
Color SelectedSegmentTextColor { get; }

Property Value

Color