Class DataFormRadSegmentedEditor
Represents a segmented editor in the RadDataForm. The actual editor control used is RadSegmentedControl.
Inheritance
System.Object
DataFormRadSegmentedEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadSegmentedEditor : DataFormEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadSegmentedEditor()
Declaration
public DataFormRadSegmentedEditor()
Fields
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ItemsSource
Gets or sets a collection of items to use with the RadSegmentedControl. When no items are specified and the editor is bound to a property of type enum, the items are populated automatically from the available enum values.
Declaration
public IList ItemsSource { get; set; }
Property Value
System.Collections.IList
|