menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridDateTimeColumn - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableGridDateTimeColumn

    Represents a class that is used to serialize and deserialize GridDateTimeColumn property settings.

    Inheritance
    System.Object
    SerializableGridColumn
    SerializableGridDateTimeColumn
    Inherited Members
    SerializableGridColumn.AllowBlankFilters
    SerializableGridColumn.AllowDragging
    SerializableGridColumn.AllowEditing
    SerializableGridColumn.AllowFiltering
    SerializableGridColumn.AllowFocus
    SerializableGridColumn.AllowGrouping
    SerializableGridColumn.AllowResizing
    SerializableGridColumn.AllowSorting
    SerializableGridColumn.ColumnFilter
    SerializableGridColumn.ColumnMemberType
    SerializableGridColumn.ColumnSizer
    SerializableGridColumn.DataGrid
    SerializableGridColumn.FilteredFrom
    SerializableGridColumn.FilterRowCondition
    SerializableGridColumn.FilterRowEditorType
    SerializableGridColumn.FilterRowOptionsVisibility
    SerializableGridColumn.FilterRowText
    SerializableGridColumn.GridValidationMode
    SerializableGridColumn.HeaderText
    SerializableGridColumn.HorizontalHeaderContentAlignment
    SerializableGridColumn.ImmediateUpdateColumnFilter
    SerializableGridColumn.IsAutoGenerated
    SerializableGridColumn.IsCaseSensitiveFilterRow
    SerializableGridColumn.IsHidden
    SerializableGridColumn.KnownTypes()
    SerializableGridColumn.MappingName
    SerializableGridColumn.MaximumWidth
    SerializableGridColumn.MinimumWidth
    SerializableGridColumn.Padding
    SerializableGridColumn.SetCellBoundToolTip
    SerializableGridColumn.SetCellBoundValue
    SerializableGridColumn.ShowHeaderToolTip
    SerializableGridColumn.ShowToolTip
    SerializableGridColumn.TextAlignment
    SerializableGridColumn.UpdateTrigger
    SerializableGridColumn.UseBindingValue
    SerializableGridColumn.Width
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved