IModelRegisteredPropertyEditor.DefaultEditMask Property
Specifies the default edit mask of a value in the current Property Editor.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
[ModelBrowsable(typeof(MaskSettingsVisibilityCalculator))]
string DefaultEditMask { get; set; }
Property Value
| Type | Description |
|---|---|
| String | A string which is the default edit mask of a value in the current Property Editor (see PropertyEditor.EditMask). |
See Also