Class DataFormRadSegmentedEditor
Represents a segmented editor in the Rad
Inheritance
System.Object
DataFormRadSegmentedEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadSegmentedEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadSegmentedEditor()
Declaration
public DataFormRadSegmentedEditor()
Fields
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
Properties
ItemsSource
Gets or sets a collection of items to use with the Rad
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|