CardView.UseLightweightTemplates Property
Gets or sets whether to enable the grid’s optimized mode. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<UseCardLightweightTemplates> | A UseCardLightweightTemplates enumeration value. |
Available values:
Name | Description |
---|---|
None | Lightweight templates are disabled. |
GroupRow | Lightweight templates are enabled for group rows. |
All | Lightweight templates are enabled. |
Remarks
To learn more, see Optimized Mode.
See Also