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

SpreadsheetControlOptions.View Property

Gets the SpreadsheetControl‘s view options.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

public SpreadsheetViewOptions View { get; }

Property Value

Type Description
SpreadsheetViewOptions

A SpreadsheetViewOptions object that specifies the display settings for the SpreadsheetControl.

Property Paths

You can access this nested property as listed below:

Object Type Path to View
SpreadsheetControl
.Options.View

Remarks

The SpreadsheetControl.Options.View property provides access to the SpreadsheetViewOptions object. Use it’s members to display or hide column and row headers (SpreadsheetViewOptions.ShowColumnHeaders and SpreadsheetViewOptions.ShowRowHeaders), specify the column header height (SpreadsheetViewOptions.ColumnHeaderHeight) or row header width (SpreadsheetViewOptions.RowHeaderWidth), and access chart display options (SpreadsheetViewOptions.Charts).

See Also