Back to Devexpress

IModelCommonMemberViewItem.EditMaskType Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-a61e5390.md

latest2.2 KB
Original Source

IModelCommonMemberViewItem.EditMaskType Property

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

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ModelBrowsable(typeof(EditMaskTypeVisibilityCalculator))]
EditMaskType EditMaskType { get; set; }
vb
<ModelBrowsable(GetType(EditMaskTypeVisibilityCalculator))>
Property EditMaskType As EditMaskType

Property Value

TypeDescription
EditMaskType

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

|

Available values:

NameDescription
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

EditMask

IModelCommonMemberViewItem Interface

IModelCommonMemberViewItem Members

DevExpress.ExpressApp.Model Namespace