Skip to main content

GridDashboardLayoutItem.GridViewStyle Attached Property

An attached property that applies style settings to the underlying Grid control.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v24.1.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

Returns

Type Description
Style

A Style object that contains settings applied to the TableView object.

Remarks

In a custom GridDashboardLayoutItem template, bind this property to the Style property of the TableView object in the underlying Grid control.

See Also