GridDashboardItem.GridOptions Property
Provides access to GridDashboardItem options.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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.