Skip to main content
A newer version of this page is available. .

RepositoryItemBlobBaseEdit.Mask Property

Provides access to the editor’s mask settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
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