Skip to main content

RepositoryItemBlobBaseEdit.Mask Property

Provides access to the editor’s mask settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override MaskProperties Mask { get; }

Property Value

Type Description
MaskProperties

A MaskProperties object which contains the editor’s mask settings.

Remarks

The BlobBaseEdit control’s descendants do not support masks. Therefore changing the settings of the Mask object has no effect on these editors.

See Also