menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridMaskColumn - WPF 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.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 SerializableGridMaskColumn : SerializableGridColumn

    Constructors

    SerializableGridMaskColumn()

    Declaration
    public SerializableGridMaskColumn()

    Properties

    DateSeparator

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

    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 SerializableGridMaskColumn 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 GridMaskColumn.

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

    SelectTextOnFocus

    Gets or sets a value that indicates whether the entire cell value is selected when it receives focus.

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

    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 - 2025 Syncfusion Inc. All Rights Reserved