Back to Devexpress

SelectionType Enum

expressappframework-devexpress-dot-expressapp-6d396a2b.md

latest3.5 KB
Original Source

SelectionType Enum

Contains values that specify the selection types that a List Editor or a View supports.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum SelectionType
vb
Public Enum SelectionType

Members

NameDescription
None

A List Editor or a View does not support focusing an object nor selection of objects.

| | FocusedObject |

A List Editor or a View supports focusing an object, but does not support selection of objects.

| | MultipleSelection |

A List Editor or a View supports selection of single and multiple objects.

| | TemporarySelection |

A List Editor or a View supports selection type, which is active only while a postback is processed.

| | Full |

A List Editor or a View supports selection of single and multiple objects, as well as focusing an object.

|

The following properties accept/return SelectionType values:

Show 11 items

Remarks

These enumeration values are used to specify the selection type via the following properties:

See Also

DevExpress.ExpressApp Namespace