Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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