Base abstract class for all pickers of the RadDataForm.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class DataFormRadPickerEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditor...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected DataFormRadPickerEditor()
Fields
PlaceholderProperty
BindableProperty
Identifies the Placeholder property.
C#
public static readonly BindableProperty PlaceholderProperty
StringFormatProperty
BindableProperty
Identifies the StringFormat property.
C#
public static readonly BindableProperty StringFormatProperty
Properties
Gets or sets the placeholder value to display, when there is no selection in the picker.
C#
public string Placeholder { get; set; }
Gets or sets the format string that is to be applied to the current selection.
C#
public string StringFormat { get; set; }