SpreadsheetControlOptions.TabSelector Property
Provides access to the options specific to the Sheet Tab Selector of the SpreadsheetControl.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
SpreadsheetTabSelectorOptions | A SpreadsheetTabSelectorOptions object used to specify options for the Sheet Tab Selector. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to TabSelector |
---|---|
SpreadsheetControl |
|
Remarks
Use the TabSelector property to display or hide the Sheet Tab Selector. This property is accessible via the SpreadsheetControl.Options property.
See Also