Interface IRadSegmentedControlHandler
Handles the platform representation the IRad
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadSegmentedControlHandler : IViewHandler, IElementHandler
Properties
ImageLoader
Gets the IRad
Declaration
IRadImageSourceLoader ImageLoader { get; }
Property Value
PlatformView
Gets the corresponding platform view of the current IRad
Declaration
RadSegmentedView PlatformView { get; }
Property Value
Com.
|
Methods
IsSegmentEnabled(Int32)
Determines if the specified segment is enabled.
Declaration
bool IsSegmentEnabled(int index)
Parameters
System. The index of the segment. |
Returns
System. The state of the segment: True - enabled, False - disabled. |
OnItemsSourceChanged()
Called when the collection of items in the segmented control has changed.
Declaration
void OnItemsSourceChanged()
SetSegmentEnabled(Int32, Boolean)
Sets the enabled state of the specified segment.
Declaration
void SetSegmentEnabled(int index, bool isEnabled)
Parameters
System. The index of the segment to enable or disable. |
System. The new state of the segment: True - enabled, False - disabled. |