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

GridDashboardItem.GridOptions Property

Provides access to GridDashboardItem options.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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