Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpreadsheetControlOptions.View Property

Gets the SpreadsheetControl‘s view options.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v24.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

#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