Skip to main content

CardViewSelectMode Enum

Lists values that specify the selection mode in a Card View.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum CardViewSelectMode

Members

Name Description
None

Multi-selection is disabled.

Row

Allows selection of multiple cards.

Remarks

The values listed by this enumeration are used to set the CardView.MultiSelectMode property’s value.

See Also