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.v19.1.dll

Declaration

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