Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelCommonMemberViewItem.EditMaskType Property

Specifies the edit mask type of a value in the current Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[ModelBrowsable(typeof(EditMaskTypeVisibilityCalculator))]
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.

Remarks

The default value is taken from IModelRegisteredPropertyEditor.DefaultEditMaskType.

Note

Not all built-in Property Editors support mask editing (see Data Types Supported by built-in Editors).

See Also