Skip to main content

GridMaskColumn.Mask Property

Gets or sets a mask expression. 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 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