Class
SplitterConstants

String constatns of the splitter(Css classes, Id prefix, etc).

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class SplitterConstants

Inheritance: objectSplitterConstants

Fields

CssCollapseBar

The CSS class identifying the Splitter vertical collapsebar icon.

Declaration

cs-api-definition
public const string CssCollapseBar = "rspCollapseBarCollapse"

Field Value

string

CssCollapseExpand

The CSS class identifying the Splitter collapse/expand icon.

Declaration

cs-api-definition
public const string CssCollapseExpand = "rspCollapseBar"

Field Value

string

CssExpandBar

The CSS class identifying the Splitter vertical expandbar icon.

Declaration

cs-api-definition
public const string CssExpandBar = "rspCollapseBarExpand"

Field Value

string

CssHorizontalCollapseBar

The CSS class identifying the Splitter horizontal collapsebar icon.

Declaration

cs-api-definition
public const string CssHorizontalCollapseBar = "rspCollapseBarHorizontalCollapse"

Field Value

string

CssHorizontalExpandBar

The CSS class identifying the Splitter horizontal expandbar icon.

Declaration

cs-api-definition
public const string CssHorizontalExpandBar = "rspCollapseBarHorizontalExpand"

Field Value

string

CssPane

The CSS class identifying the Splitter pane control.

Declaration

cs-api-definition
public const string CssPane = "rspPane"

Field Value

string

CssSlidingPane

The CSS class identifying the spliding pane.

Declaration

cs-api-definition
public const string CssSlidingPane = "rspSlidePane"

Field Value

string

CssSlidingPaneChildElement

The CSS class identifying the SplidingPane child HTML element(table).

Declaration

cs-api-definition
public const string CssSlidingPaneChildElement = "rspSlideContainer"

Field Value

string

CssSlidingPaneCommand1

The 1st string from CSS class identifying the spliding pane command.

Declaration

cs-api-definition
public const string CssSlidingPaneCommand1 = "rspSlideHeader"

Field Value

string

CssSlidingPaneCommand2

The 2nd string from CSS class identifying the spliding pane command.

Declaration

cs-api-definition
public const string CssSlidingPaneCommand2 = "Icon"

Field Value

string

CssSlidingZone

The CSS class identifying the spliding zone control.

Declaration

cs-api-definition
public const string CssSlidingZone = "rspSlideZone"

Field Value

string

CssSlidingZoneTab

The CSS class identifying the spliding zone tab.

Declaration

cs-api-definition
public const string CssSlidingZoneTab = "rspPaneTabContainer"

Field Value

string

CssSplitBar

The CSS class identifying the Splitter splitbar control.

Declaration

cs-api-definition
public const string CssSplitBar = "rspResizeBar"

Field Value

string

CssSplitter

The CSS class identifying the Splitter control.

Declaration

cs-api-definition
public const string CssSplitter = "RadSplitter"

Field Value

string

IdPrefix

The ID prefix identifying the Splitter control.

Declaration

cs-api-definition
public const string IdPrefix = "RAD_SPLITTER_"

Field Value

string

KeyPane

The key representing the Splitter Pane.

Declaration

cs-api-definition
public const string KeyPane = "RadSplitterPane"

Field Value

string

KeySlidingPane

The key representing the Splitter Sliding Pane.

Declaration

cs-api-definition
public const string KeySlidingPane = "RadSlidingPane"

Field Value

string

KeySlidingZone

The key representing the Splitter Sliding Zone.

Declaration

cs-api-definition
public const string KeySlidingZone = "RadSlidingZone"

Field Value

string

KeySplitBar

The key representing the Splitter SplitBar.

Declaration

cs-api-definition
public const string KeySplitBar = "RadSplitBar"

Field Value

string

TabPaneIdDifference

The string difference between tab id and pane id.

Declaration

cs-api-definition
public const string TabPaneIdDifference = "RAD_SLIDING_PANE_TAB_"

Field Value

string