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

TokenEdit.MaskBox Property

Gets the text box that provides text editing functionality.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual TokenEditMaskBox MaskBox { get; }

Property Value

Type Description
DevExpress.XtraEditors.TokenEditMaskBox

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

Remarks

See the TextEdit.MaskBox property to learn more.

See Also