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.WPF.dll
Syntax
public class SerializableGridDateTimeColumn : SerializableGridColumn
Constructors
SerializableGridDateTimeColumn()
Declaration
public SerializableGridDateTimeColumn()
Properties
AllowNullValue
Gets or sets a value that indicates whether the null values are allowed in SerializableGridDateTimeColumn.
Declaration
public bool AllowNullValue { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowScrollingOnCircle
Gets or sets a value that indicates whether the user can rotate the cell values using the mouse wheel or up and down arrow key.
Declaration
public bool AllowScrollingOnCircle { get; set; }
Property Value
Type |
---|
System.Boolean |
CanEdit
Gets or sets a value that decides whether the date and time value can be edited in SerializableGridDateTimeColumn.
Declaration
public bool CanEdit { get; set; }
Property Value
Type |
---|
System.Boolean |
CustomPattern
Gets or sets the custom pattern for date and time value.
Declaration
public string CustomPattern { get; set; }
Property Value
Type |
---|
System.String |
DateTimeFormat
Gets or sets a System.Globalization.DateTimeFormatInfo that defines the format of date and time values.
Declaration
public DateTimeFormatInfo DateTimeFormat { get; set; }
Property Value
Type |
---|
System.Globalization.DateTimeFormatInfo |
DisableDateSelection
Gets or sets a value that indicates whether the date selection is disabled on the calendar popup of SerializableGridDateTimeColumn.
Declaration
public bool DisableDateSelection { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableBackspaceKey
Gets or sets a value that indicates whether a user can delete the date and time value by using Delete key.
Declaration
public bool EnableBackspaceKey { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableClassicStyle
Gets or sets a value that indicates whether the classic style is enabled on the drop-down of SerializableGridDateTimeColumn.
Declaration
public bool EnableClassicStyle { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableDeleteKey
Gets or sets a value that indicates whether a user can delete the date and time value by using Delete key.
Declaration
public bool EnableDeleteKey { get; set; }
Property Value
Type |
---|
System.Boolean |
NullText
Gets or sets a string that is displayed instead of null value if the cell value contains null in SerializableGridDateTimeColumn.
Declaration
public string NullText { get; set; }
Property Value
Type |
---|
System.String |
NullValue
Gets or sets a value that is displayed instead of null value if the cell value contains null in SerializableGridDateTimeColumn.
Declaration
public Nullable<DateTime> NullValue { get; set; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
Pattern
Gets or sets the format string for a date and time value in SerializableGridDateTimeColumn.
Declaration
public DateTimePattern Pattern { get; set; }
Property Value
Type |
---|
DateTimePattern |
ShowRepeatButton
Gets or sets a value that indicates whether a repeat button control is used to adjust the date and time value in SerializableGridDateTimeColumn.
Declaration
public bool ShowRepeatButton { get; set; }
Property Value
Type |
---|
System.Boolean |