EnumStripViewButtons
Enum
Defines which internal buttons will be present for a RadPageViewStripElement instance.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public enum StripViewButtons
Fields
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.
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.