Back to Devexpress

TokenEdit.MaskBox Property

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-3ad9c0af.md

latest1.2 KB
Original Source

TokenEdit.MaskBox Property

Gets the text box that provides text editing functionality.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual TokenEditMaskBox MaskBox { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property MaskBox As TokenEditMaskBox

Property Value

TypeDescription
DevExpress.XtraEditors.TokenEditMaskBox

A DevExpress.XtraEditors.TokenEditMaskBox object that is the editor’s text box.

|

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace