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