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

GridMaskColumn.MaskPlaceHolder Property

Gets or sets the character used as the placeholder in a masked editor for the Simple, Regular and RegEx mask types. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP('_', Handler = "OnMaskSettingsPropertyChanged")]
public char MaskPlaceHolder { get; set; }

Property Value

Type Description
Char

The character used as the placeholder in a masked editor.

See Also