GridDashboardItem.GridOptions Property
Provides access to GridDashboardItem options.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.1.Core.dll
Declaration
Property Value
Type | Description |
---|---|
GridOptions | A GridOptions object that contains GridDashboardItem options. |
Remarks
The GridOptions property provides access to various grid options that can be divided in two groups.
Layout settings
This includes managing of column widths (the GridOptions.ColumnWidthMode property), the visibility of column headers (the GridOptions.ShowColumnHeaders property), cell merging (the GridOptions.AllowCellMerge property), etc. To learn more, see Layout.
Style settings
This includes grid line visibility (the GridOptions.ShowVerticalLines and GridOptions.ShowHorizontalLines properties) and banded rows (GridOptions.EnableBandedRows). To learn more, see Style.
To access interactivity options (such as Master Filtering and drill-down settings), use the GridDashboardItem.InteractivityOptions property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the GridOptions property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.