alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SerializableTreeGridDateTimeColumn

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

    Inheritance
    System.Object
    SerializableTreeGridColumn
    SerializableTreeGridDateTimeColumn
    Inherited Members
    SerializableTreeGridColumn.AllowBlankFilters
    SerializableTreeGridColumn.AllowDragging
    SerializableTreeGridColumn.AllowEditing
    SerializableTreeGridColumn.AllowFiltering
    SerializableTreeGridColumn.AllowFocus
    SerializableTreeGridColumn.AllowResizing
    SerializableTreeGridColumn.AllowSorting
    SerializableTreeGridColumn.ColumnFilter
    SerializableTreeGridColumn.ColumnMemberType
    SerializableTreeGridColumn.ColumnSizer
    SerializableTreeGridColumn.FilteredFrom
    SerializableTreeGridColumn.GridValidationMode
    SerializableTreeGridColumn.HeaderText
    SerializableTreeGridColumn.HorizontalHeaderContentAlignment
    SerializableTreeGridColumn.ImmediateUpdateColumnFilter
    SerializableTreeGridColumn.IsAutoGenerated
    SerializableTreeGridColumn.IsHidden
    SerializableTreeGridColumn.MappingName
    SerializableTreeGridColumn.MaximumWidth
    SerializableTreeGridColumn.MinimumWidth
    SerializableTreeGridColumn.Padding
    SerializableTreeGridColumn.SetCellBoundToolTip
    SerializableTreeGridColumn.SetCellBoundValue
    SerializableTreeGridColumn.ShowHeaderToolTip
    SerializableTreeGridColumn.ShowToolTip
    SerializableTreeGridColumn.TextAlignment
    SerializableTreeGridColumn.TreeGrid
    SerializableTreeGridColumn.UpdateTrigger
    SerializableTreeGridColumn.VerticalAlignment
    SerializableTreeGridColumn.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.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableTreeGridDateTimeColumn : SerializableTreeGridColumn

    Constructors

    SerializableTreeGridDateTimeColumn()

    Declaration
    public SerializableTreeGridDateTimeColumn()

    Properties

    AllowNullValue

    Gets or sets a value that indicates whether the null values are allowed in SerializableTreeGridDateTimeColumn.

    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 SerializableTreeGridDateTimeColumn.

    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 SerializableTreeGridDateTimeColumn.

    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 Backspace 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 SerializableTreeGridDateTimeColumn.

    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

    MaxDateTime

    Gets or sets the maximum date value allowed in SerializableTreeGridDateTimeColumn

    Declaration
    public DateTime MaxDateTime { get; set; }
    Property Value
    Type
    System.DateTime

    MinDateTime

    Gets or sets the minimum date value allowed in SerializableTreeGridDateTimeColumn

    Declaration
    public DateTime MinDateTime { get; set; }
    Property Value
    Type
    System.DateTime

    NullText

    Gets or sets a string that is displayed instead of null value if the cell value contains null in SerializableTreeGridDateTimeColumn.

    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 SerializableTreeGridDateTimeColumn.

    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 SerializableTreeGridDateTimeColumn.

    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 SerializableTreeGridDateTimeColumn.

    Declaration
    public bool ShowRepeatButton { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved