Skip to main content
A newer version of this page is available. .

GridMaskColumn.Mask Property

Gets or sets a mask expression. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("", Handler = "OnMaskPropertyChanged")]
public string Mask { get; set; }

Property Value

Type Description
String

A string representing a mask expression.

Remarks

To learn more, see Masked Input Overview.

See Also