Back to Devexpress

MaskProperties Properties

windowsforms-devexpress-dot-xtraeditors-dot-mask-dot-maskproperties-dot-underscore-properties.md

latest2.4 KB
Original Source

MaskProperties Properties

Contains settings that affect the functionality of an editor’s mask.

NameDescription
AutoCompleteGets or sets the automatic completion mode used by the editor in the RegEx mask mode.
BeepOnErrorGets or sets whether an editor makes a beep sound when an end-user tries to enter an invalid character.
BlankObsolete. Gets or sets a character representing a placeholder within a masked editor.
CultureGets or sets the culture whose settings are used by masks.
EditMaskGets or sets a mask expression.
IgnoreMaskBlankFor the Simple , Regular and RegEx mask types this property gets or sets whether an editor can lose focus when a value hasn’t been entered.
MaskTypeGets or sets the mask type.
PlaceHolderFor the Simple , Regular and RegEx mask types this property gets or sets the character used as the placeholder in a masked editor.
SaveLiteralFor the Simple and Regular mask types this property gets or sets whether constantly displayed mask characters (literals) are included in an editor’s value.
ShowPlaceHoldersFor the RegEx mask type this property gets or sets whether placeholders are displayed in a masked editor.
UseMaskAsDisplayFormatGets or sets whether to use mask settings to format the editor’s display text when the editor is not focused.

See Also

MaskProperties Class

MaskProperties Members

DevExpress.XtraEditors.Mask Namespace