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

CardView.MultiSelectMode Property

OBSOLETE

Use the SelectionMode property instead

Gets or sets whether multiple card selection is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

[Obsolete("Use the DataControlBase.SelectionMode property instead")]
[Browsable(false)]
public CardViewSelectMode MultiSelectMode { get; set; }

Property Value

Type Description
CardViewSelectMode

A CardViewSelectMode enumeration value that specifies the selection mode.

Available values:

Name Description
None

Multi-selection is disabled.

Row

Allows selection of multiple cards.

Remarks

Multiple card selection isn’t allowed if the DataViewBase.NavigationStyle property is set to GridViewNavigationStyle.None and/or the MultiSelectMode property is set to CardViewSelectMode.None.

To learn more, see Multiple Row Selection.

See Also