Skip to main content
.NET Framework 4.5.2+

IModelRegisteredPropertyEditor.DefaultEditMaskType Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
EditMaskType DefaultEditMaskType { get; set; }

Property Value

Type Description
EditMaskType

A string which is the default edit mask type of a value in the current Property Editor (see: Format a Property Value).

See Also