Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public UseCardLightweightTemplates? UseLightweightTemplates { get; set; }

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