Class DataFormTimePickerEditor
Represents a time picker in the RadDataForm. The actual editor control used is Microsoft.Maui.Controls.TimePicker.
Inheritance
System.Object
DataFormTimePickerEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormTimePickerEditor : DataFormEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormTimePickerEditor()
Declaration
public DataFormTimePickerEditor()
Fields
StringFormatProperty
Identifies the StringFormat property.
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
StringFormat
Gets or sets the time string format of the Microsoft.Maui.Controls.TimePicker.
Declaration
public string StringFormat { get; set; }
Property Value
System.String
|