ClassSplitterConstants
String constatns of the splitter(Css classes, Id prefix, etc).
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class SplitterConstants
Inheritance: objectSplitterConstants
Fields
CssCollapseBar
The CSS class identifying the Splitter vertical collapsebar icon.
Declaration
public const string CssCollapseBar = "rspCollapseBarCollapse"
Field Value
CssCollapseExpand
The CSS class identifying the Splitter collapse/expand icon.
Declaration
public const string CssCollapseExpand = "rspCollapseBar"
Field Value
CssExpandBar
The CSS class identifying the Splitter vertical expandbar icon.
Declaration
public const string CssExpandBar = "rspCollapseBarExpand"
Field Value
CssHorizontalCollapseBar
The CSS class identifying the Splitter horizontal collapsebar icon.
Declaration
public const string CssHorizontalCollapseBar = "rspCollapseBarHorizontalCollapse"
Field Value
CssHorizontalExpandBar
The CSS class identifying the Splitter horizontal expandbar icon.
Declaration
public const string CssHorizontalExpandBar = "rspCollapseBarHorizontalExpand"
Field Value
CssPane
The CSS class identifying the Splitter pane control.
CssSlidingPane
The CSS class identifying the spliding pane.
Declaration
public const string CssSlidingPane = "rspSlidePane"
Field Value
CssSlidingPaneChildElement
The CSS class identifying the SplidingPane child HTML element(table).
Declaration
public const string CssSlidingPaneChildElement = "rspSlideContainer"
Field Value
CssSlidingPaneCommand1
The 1st string from CSS class identifying the spliding pane command.
Declaration
public const string CssSlidingPaneCommand1 = "rspSlideHeader"
Field Value
CssSlidingPaneCommand2
The 2nd string from CSS class identifying the spliding pane command.
Declaration
public const string CssSlidingPaneCommand2 = "Icon"
Field Value
CssSlidingZone
The CSS class identifying the spliding zone control.
Declaration
public const string CssSlidingZone = "rspSlideZone"
Field Value
CssSlidingZoneTab
The CSS class identifying the spliding zone tab.
Declaration
public const string CssSlidingZoneTab = "rspPaneTabContainer"
Field Value
CssSplitBar
The CSS class identifying the Splitter splitbar control.
CssSplitter
The CSS class identifying the Splitter control.
IdPrefix
The ID prefix identifying the Splitter control.
KeyPane
The key representing the Splitter Pane.
KeySlidingPane
The key representing the Splitter Sliding Pane.
Declaration
public const string KeySlidingPane = "RadSlidingPane"
Field Value
KeySlidingZone
The key representing the Splitter Sliding Zone.
Declaration
public const string KeySlidingZone = "RadSlidingZone"
Field Value
KeySplitBar
The key representing the Splitter SplitBar.
TabPaneIdDifference
The string difference between tab id and pane id.
Declaration
public const string TabPaneIdDifference = "RAD_SLIDING_PANE_TAB_"
Field Value