Skip to main content
.NET 6.0+

PropertyEditor.EditMaskType Property

Specifies the PropertyEditor‘s edit mask type.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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.

See Also