Back to Devexpress

RepositoryItemTextEdit.ShouldSerializeMaskSettings() Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-5c2f2b77.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShouldSerializeMaskSettings()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function ShouldSerializeMaskSettings As Boolean

Returns

TypeDescription
Boolean

|

See Also

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace