Class DataFormTimeItem
Represents the class that encapsulates the layout and time picker editor setting for type data field appearing in SfDataForm.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormTimeItem : DataFormItem, IDisposable
Constructors
DataFormTimeItem()
Declaration
public DataFormTimeItem()
Properties
Format
Gets or sets the time format used in time picker.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
Title
Gets or sets the header for time selector popup used in time picker.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
Remarks
It can be used only in UWP platform.
Methods
CanFocus()
Returns a value that indicates whether the editor loaded for data field allows focus when navigating by keyboard Go action.
Declaration
protected override bool CanFocus()
Returns
Type | Description |
---|---|
System.Boolean | Return |
Overrides
Implements
System.IDisposable