Class SerializableGridDateTimeColumn
Represents a class that is used to serialize and deserialize GridDateTimeColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SerializableGridDateTimeColumn : SerializableGridColumn
Constructors
SerializableGridDateTimeColumn()
Declaration
public SerializableGridDateTimeColumn()
Properties
AllowInlineEditing
Gets or sets a value that indicates whether the editing is enabled for SerializableGridDateTimeColumn.
Declaration
public bool AllowInlineEditing { get; set; }
Property Value
Type |
---|
System.Boolean |
FormatString
Gets or sets a string that specifies how to format the bounded value in SerializableGridDateTimeColumn.
Declaration
public string FormatString { get; set; }
Property Value
Type |
---|
System.String |
ShowDropDownButton
Gets or sets a value that indicates whether a drop-down button control is used to adjust the date time value.
Declaration
public bool ShowDropDownButton { get; set; }
Property Value
Type |
---|
System.Boolean |