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

SpreadsheetControl.ActiveView Property

Provides access to a SpreadsheetView object that contains layout information. This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

[Browsable(false)]
public SpreadsheetView ActiveView { get; }

Property Value

Type Description
DevExpress.XtraSpreadsheet.SpreadsheetView

A DevExpress.Spreadsheet.SpreadsheetView object.

See Also