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

PropertyEditor.EditMaskType Property

Specifies the PropertyEditor‘s edit mask type.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public EditMaskType EditMaskType { get; set; }

Property Value

Type Description
EditMaskType

An EditMaskType enumeration value specifying the edit mask type of a value in the current Property Editor.

Available values:

Name Description
Default

Specifies a Property Editor’s default mask type.

Simple

Specifies a regular edit mask.

RegEx

Specifies a regular expressions edit mask. Supported in Windows Forms applications only.

DateTime

Specifies a mask used for DateTime value.

See Also