Skip to main content

GridMaskColumn.MaskUseAsDisplayFormat Property

Gets or sets whether to format a cell’s value using the mask when it is not focused. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool MaskUseAsDisplayFormat { get; set; }

Property Value

Type Description
Boolean

true if the mask settings are used to format a cell’s value when it is not focused; false to use settings specified by the GridTextColumn.DisplayFormat property.

See Also