Enum StripViewButtons
Defines which internal buttons will be present for a RadPageViewStripElement instance.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum StripViewButtons
All
All buttons are present.
Auto
Buttons are automatically displayed when needed.
Close
Allows currently selected item to be closed.
ItemList
Displays all available items in a drop-down manner.
LeftScroll
Allows strip to be scrolled left when not enough space is available.
None
No buttons are available.
RightScroll
Allows strip to be scrolled right when not enough space is available.
Scroll
Both left and right scroll buttons are present.
VS2005Style
Both scroll buttons and Close button are present.
VS2008Style
ItemList and Close buttons are present.