Skip to main content
All docs
V19.2

ASPxSpellChecker.TabIndex Property

Overrides the TabIndex property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

Declaration

public override short TabIndex { get; }

Property Value

Type Description
Int16

A tab index of the control.

Remarks

This property is intended for serialization purposes.

See Also