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.Android.DataForm
Assembly: Syncfusion.SfDataForm.Android.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 |
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