Class SerializableGridTimeSpanColumn
Represents a class that is used to serialize and deserialize GridTimeSpanColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SerializableGridTimeSpanColumn : SerializableGridColumn
Constructors
SerializableGridTimeSpanColumn()
Declaration
public SerializableGridTimeSpanColumn()
Properties
AllowNull
Gets or sets a value that indicates whether the null values are allowed in SerializableGridTimeSpanColumn.
Declaration
public bool AllowNull { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowScrollingOnCircle
Gets or sets a value that indicates whether the user can rotate the cell values using mouse wheel or up and down arrow key.
Declaration
public bool AllowScrollingOnCircle { get; set; }
Property Value
Type |
---|
System.Boolean |
Format
Gets or sets a string that specifies how to format the time span value.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
MaxValue
Gets or sets the maximum value allowed for SerializableGridTimeSpanColumn.
Declaration
public TimeSpan MaxValue { get; set; }
Property Value
Type |
---|
System.TimeSpan |
MinValue
Gets or sets the minimum value allowed for SerializableGridTimeSpanColumn.
Declaration
public TimeSpan MinValue { get; set; }
Property Value
Type |
---|
System.TimeSpan |
NullText
Gets or sets a string that is displayed instead of null value if the cell value contains null in SerializableGridTimeSpanColumn.
Declaration
public string NullText { get; set; }
Property Value
Type |
---|
System.String |
ShowArrowButtons
Gets or sets a value that indicates whether a arrow button control is used to adjust the time span value.
Declaration
public bool ShowArrowButtons { get; set; }
Property Value
Type |
---|
System.Boolean |