Enum
StripViewButtons

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

All

All buttons are present.

Declaration

cs-api-definition
All = 15

Field Value

StripViewButtons

Auto

Buttons are automatically displayed when needed.

Declaration

cs-api-definition
Auto = 0

Field Value

StripViewButtons

Close

Allows currently selected item to be closed.

Declaration

cs-api-definition
Close = 4

Field Value

StripViewButtons

ItemList

Displays all available items in a drop-down manner.

Declaration

cs-api-definition
ItemList = 8

Field Value

StripViewButtons

LeftScroll

Allows strip to be scrolled left when not enough space is available.

Declaration

cs-api-definition
LeftScroll = 1

Field Value

StripViewButtons

None

No buttons are available.

Declaration

cs-api-definition
None = -1

Field Value

StripViewButtons

RightScroll

Allows strip to be scrolled right when not enough space is available.

Declaration

cs-api-definition
RightScroll = 2

Field Value

StripViewButtons

Scroll

Both left and right scroll buttons are present.

Declaration

cs-api-definition
Scroll = 3

Field Value

StripViewButtons

VS2005Style

Both scroll buttons and Close button are present.

Declaration

cs-api-definition
VS2005Style = 7

Field Value

StripViewButtons

VS2008Style

ItemList and Close buttons are present.

Declaration

cs-api-definition
VS2008Style = 12

Field Value

StripViewButtons