Back to Devexpress

SpreadsheetControlOptions.View Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontroloptions-504ac2e2.md

latest2.6 KB
Original Source

SpreadsheetControlOptions.View Property

Gets the SpreadsheetControl‘s view options.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public SpreadsheetViewOptions View { get; }
vb
Public ReadOnly Property View As SpreadsheetViewOptions

Property Value

TypeDescription
SpreadsheetViewOptions

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

SpreadsheetControlOptions Class

SpreadsheetControlOptions Members

DevExpress.XtraSpreadsheet Namespace