TextColumn.MaskPlaceholderChar Property
Gets or sets the character used as a placeholder in the masked text column’s editor. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public char MaskPlaceholderChar { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Char | _ | The character used as a placeholder in the masked text column’s editor. |
See Also