Back to Devexpress

CardView.MultiSelectMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-cardview-c42d9a47.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the DataControlBase.SelectionMode property instead")]
[Browsable(false)]
public CardViewSelectMode MultiSelectMode { get; set; }
vb
<Obsolete("Use the DataControlBase.SelectionMode property instead")>
<Browsable(False)>
Public Property MultiSelectMode As CardViewSelectMode

Property Value

TypeDescription
CardViewSelectMode

A CardViewSelectMode enumeration value that specifies the selection mode.

|

Available values:

NameDescription
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.

Refer to the Row Selection topic for more information.

See Also

SelectItem(Int32)

UnselectItem(Int32)

CardView Class

CardView Members

DevExpress.Xpf.Grid Namespace