Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelCommonMemberViewItem.EditMaskType Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#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.

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.

DateTime

Specifies a mask used for DateTime value.

#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