Skip to main content

GridDashboardItem.GridOptions Property

Provides access to GridDashboardItem options.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public GridOptions GridOptions { get; }

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.

To access interactivity options (such as Master Filtering and drill-down settings), use the GridDashboardItem.InteractivityOptions property.

See Also