TokenEdit.MaskBox Property
Gets the text box that provides text editing functionality.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: 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