Skip to main content
All docs
V23.2

RepositoryItemTextEdit.ShouldSerializeMaskSettings() Method

Tests whether the MaskSettings object should be serialized. This member supports the internal .NET infrastructure and does not need to be called from your code.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShouldSerializeMaskSettings()

Returns

Type Description
Boolean

 

See Also