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