menu

WinForms

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

    Show / Hide Table of Contents

    Class SerializableGridMaskColumn

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

    Inheritance
    System.Object
    SerializableGridColumn
    SerializableGridMaskColumn
    Inherited Members
    SerializableGridColumn.AdvancedFilterType
    SerializableGridColumn.AllowBlankFilters
    SerializableGridColumn.AllowDragging
    SerializableGridColumn.AllowEditing
    SerializableGridColumn.AllowFiltering
    SerializableGridColumn.AllowFocus
    SerializableGridColumn.AllowGrouping
    SerializableGridColumn.AllowHeaderTextWrapping
    SerializableGridColumn.AllowResizing
    SerializableGridColumn.AllowSorting
    SerializableGridColumn.AllowTextWrapping
    SerializableGridColumn.AutoSizeColumnsMode
    SerializableGridColumn.CellStyle
    SerializableGridColumn.ColumnMemberType
    SerializableGridColumn.DataGrid
    SerializableGridColumn.EnableCaseSensitiveFilterRow
    SerializableGridColumn.FilterBehavior
    SerializableGridColumn.FilterMode
    SerializableGridColumn.FilterPopupMode
    SerializableGridColumn.FilterRowCondition
    SerializableGridColumn.FilterRowEditorType
    SerializableGridColumn.FilterRowText
    SerializableGridColumn.Format
    SerializableGridColumn.FormatProvider
    SerializableGridColumn.GridValidationMode
    SerializableGridColumn.GroupMode
    SerializableGridColumn.HeaderStyle
    SerializableGridColumn.HeaderText
    SerializableGridColumn.ImmediateUpdateColumnFilter
    SerializableGridColumn.KnownTypes()
    SerializableGridColumn.MappingName
    SerializableGridColumn.MaximumWidth
    SerializableGridColumn.MinimumWidth
    SerializableGridColumn.NullDisplayText
    SerializableGridColumn.ShowFilterRowOptions
    SerializableGridColumn.ShowHeaderToolTip
    SerializableGridColumn.ShowToolTip
    SerializableGridColumn.SortMode
    SerializableGridColumn.TextTrimming
    SerializableGridColumn.Visible
    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.WinForms.DataGrid.Serialization
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SerializableGridMaskColumn : SerializableGridColumn

    Constructors

    SerializableGridMaskColumn()

    Declaration
    public SerializableGridMaskColumn()

    Properties

    DateSeparator

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

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

    DecimalSeparator

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

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

    Mask

    Gets or sets the input mask expression to use at runtime.

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

    MaskFormat

    Gets or sets the value that indicates whether the literals are included in the formatted string.

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

    PromptCharacter

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

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

    TimeSeparator

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

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