alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class SerializableTreeGridMaskColumn

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

    Inheritance
    System.Object
    SerializableTreeGridColumn
    SerializableTreeGridMaskColumn
    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 SerializableTreeGridMaskColumn : SerializableTreeGridColumn

    Constructors

    SerializableTreeGridMaskColumn()

    Declaration
    public SerializableTreeGridMaskColumn()

    Properties

    DateSeparator

    Gets or sets the string that separates the components of date, that is, day, month and year in SerializableTreeGridMaskColumn.

    Declaration
    public string DateSeparator { get; set; }
    Property Value
    Type
    System.String

    DecimalSeparator

    Gets or sets the string that separates groups of digits to the left of the decimal in values.

    Declaration
    public string DecimalSeparator { get; set; }
    Property Value
    Type
    System.String

    IsNumeric

    Gets or sets a value that indicates whether the SerializableTreeGridMaskColumn that loads the numeric values in it.

    Declaration
    public bool IsNumeric { get; set; }
    Property Value
    Type
    System.Boolean

    Mask

    Gets or sets the input mask to use at runtime.

    Declaration
    public string Mask { get; set; }
    Property Value
    Type
    System.String

    MaskFormat

    Gets or sets the format of masked input.

    Declaration
    public MaskFormat MaskFormat { get; set; }
    Property Value
    Type
    MaskFormat

    PromptChar

    Gets or sets the character used to represent the absence of user input in SerializableTreeGridMaskColumn.

    Declaration
    public char PromptChar { get; set; }
    Property Value
    Type
    System.Char

    TimeSeparator

    Gets or sets the string that separates the components of time, that is, the hour, minutes and seconds.

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