Class SerializableDataGridTimePickerColumn
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class SerializableDataGridTimePickerColumn : SerializableDataGridColumn
Constructors
SerializableDataGridTimePickerColumn()
Declaration
public SerializableDataGridTimePickerColumn()
Properties
AllowNull
Gets or sets a value that indicates whether the null values are allowed in SerializableDataGridTimePickerColumn.
Declaration
public bool AllowNull { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Maximum
Gets or sets the maximum value allowed for SerializableDataGridTimePickerColumn.
Declaration
public TimeSpan Maximum { get; set; }
Property Value
| Type |
|---|
| System.TimeSpan |
Minimum
Gets or sets the minimum value allowed for SerializableDataGridTimePickerColumn.
Declaration
public TimeSpan Minimum { get; set; }
Property Value
| Type |
|---|
| System.TimeSpan |
NullValue
Gets or sets a string that is displayed instead of null value if the cell value contains null in SerializableDataGridTimePickerColumn.
Declaration
public string NullValue { get; set; }
Property Value
| Type |
|---|
| System.String |