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

LookUpEditStyleSettings.SelectionMode Property

Gets or sets the selection behavior for the LookUpEdit. This is a dependency property.

Namespace: DevExpress.Xpf.Grid.LookUp

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

Declaration

public SelectionMode SelectionMode { get; set; }

Property Value

Type Description
SelectionMode

A SelectionMode enumeration value.

Remarks

The LookUpEdit control supports only two modes: Simple and Extended. Setting the SelectionMode property to SelectionMode.Multiple enables the Extended mode behavior.

See Also