Enum StackViewItemSelectionMode
This enumerator defines the possible selection modes for items in a RadPageViewStackElement.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum StackViewItemSelectionMode
ContentAfterSelected
The selected item is highlighted and its content is displayed after it according to the stack orientation.
ContentWithSelected
The selected item is highlighted and its content is displayed before it according to the stack orientation.
Standard
The selected item is highlighted and its content is displayed in the content area.