Back to Devexpress

TextColumn.MaskPlaceholderChar Property

maui-devexpress-dot-maui-dot-datagrid-dot-textcolumn-7f5be03b.md

latest913 B
Original Source

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

csharp
public char MaskPlaceholderChar { get; set; }

Property Value

TypeDefaultDescription
Char_

The character used as a placeholder in the masked text column’s editor.

|

See Also

TextColumn Class

TextColumn Members

DevExpress.Maui.DataGrid Namespace