Class DataFormRadPickerEditor
Base abstract class for all pickers of the RadDataForm.
Inheritance
System.Object
DataFormRadPickerEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DataFormRadPickerEditor : DataFormEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadPickerEditor()
Declaration
protected DataFormRadPickerEditor()
Fields
PlaceholderProperty
Identifies the Placeholder property.
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StringFormatProperty
Identifies the StringFormat property.
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Placeholder
Gets or sets the placeholder value to display, when there is no selection in the picker.
Declaration
public string Placeholder { get; set; }
Property Value
System.String
|
StringFormat
Gets or sets the format string that is to be applied to the current selection.
Declaration
public string StringFormat { get; set; }
Property Value
System.String
|