Gets or sets an object that returns a style based on custom logic. This is a dependency property.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v18.2.dll
public StyleSelector GridItemStyleSelector { get; set; }
Public Property GridItemStyleSelector As StyleSelector
Type | Description |
---|---|
StyleSelector | An object that applies styles based on custom logic. |
Use the GridItemStyleSelector property to apply a style to the GridItemStyle property based on custom logic.
To accomplish this, take the following steps:
The style specified by the GridItemStyleSelector property has priority over the style specified by the GridItemStyle property. If the GridItemStyleSelector property is null, the GridItemStyle property is in effect.