Back to Devexpress

DashboardControlBase.CardItemStyle Property

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-bc5cb397.md

latest1.3 KB
Original Source

DashboardControlBase.CardItemStyle Property

Gets or sets the style applied to the CardDashboardLayoutItem. This is a dependency property.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Xpf.Dashboard.v25.2.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public Style CardItemStyle { get; set; }
vb
Public Property CardItemStyle As Style

Property Value

TypeDescription
Style

A Style object that is the style applied to the CardDashboardLayoutItem.

|

See Also

DashboardControlBase Class

DashboardControlBase Members

DevExpress.DashboardWpf Namespace