TextColumn.Mask Property
In This Article
Gets or sets a mask expression. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public string Mask { get; set; }
#Property Value
Type | Description |
---|---|
String | A mask expression string. |
See Also