Enum
StackViewItemSelectionMode

This enumerator defines the possible selection modes for items in a RadPageViewStackElement.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum StackViewItemSelectionMode

Fields

ContentAfterSelected

The selected item is highlighted and its content is displayed after it according to the stack orientation.

Declaration

cs-api-definition
ContentAfterSelected = 2

Field Value

StackViewItemSelectionMode

ContentWithSelected

The selected item is highlighted and its content is displayed before it according to the stack orientation.

Declaration

cs-api-definition
ContentWithSelected = 1

Field Value

StackViewItemSelectionMode

Standard

The selected item is highlighted and its content is displayed in the content area.

Declaration

cs-api-definition
Standard = 0

Field Value

StackViewItemSelectionMode