Class RadSegmentedControl
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class RadSegmentedControl : RadView, INotifyNativeControlLoaded
Constructors
RadSegmentedControl()
Declaration
public RadSegmentedControl()
Fields
DisabledSegmentTextColorProperty
Identifies the Disabled
Declaration
public static readonly BindableProperty DisabledSegmentTextColorProperty
Field Value
Xamarin.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Xamarin.
|
SegmentBackgroundColorProperty
Identifies the Segment
Declaration
public static readonly BindableProperty SegmentBackgroundColorProperty
Field Value
Xamarin.
|
SegmentTextColorProperty
Identifies the Segment
Declaration
public static readonly BindableProperty SegmentTextColorProperty
Field Value
Xamarin.
|
SelectedIndexProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedIndexProperty
Field Value
Xamarin.
|
SelectedSegmentBackgroundColorProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedSegmentBackgroundColorProperty
Field Value
Xamarin.
|
SelectedSegmentTextColorProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedSegmentTextColorProperty
Field Value
Xamarin.
|
Properties
DisabledSegmentTextColor
Gets or sets the Text Color of the disabled segment.
Declaration
public Color DisabledSegmentTextColor { get; set; }
Property Value
Xamarin.
|
ItemsSource
Gets or sets the ItemsSource of the control.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
SegmentBackgroundColor
Gets or sets the background of the segment.
Declaration
public Color SegmentBackgroundColor { get; set; }
Property Value
Xamarin.
|
SegmentTextColor
Gets or sets the Text Color of the segment.
Declaration
public Color SegmentTextColor { get; set; }
Property Value
Xamarin.
|
SelectedIndex
Gets or sets the index of the item to be selected.
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
SelectedSegmentBackgroundColor
Gets or sets the background of the selected segment.
Declaration
public Color SelectedSegmentBackgroundColor { get; set; }
Property Value
Xamarin.
|
SelectedSegmentTextColor
Gets or sets the Text Color of the selected segment.
Declaration
public Color SelectedSegmentTextColor { get; set; }
Property Value
Xamarin.
|
Methods
IsSegmentEnabled(Int32)
Declaration
public bool IsSegmentEnabled(int index)
Parameters
System.
|
Returns
System.
|
OnNativeControlLoaded()
Declaration
protected override void OnNativeControlLoaded()
Overrides
SetSegmentEnabled(Int32, Boolean)
Declaration
public void SetSegmentEnabled(int index, bool isEnabled)
Parameters
System.
|
System.
|
Events
SelectionChanged
Declaration
public event EventHandler<ValueChangedEventArgs<int>> SelectionChanged
Event Type
System.
|