New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Implemented Inherited Properties

Similarly to all Telerik controls, the RadSplitter class inherits the WebControl and/or the Control one. Since not all of the inherited properties are implemented in RadSplitter and its children, above you can see a list with these ones, which configuring will affect the controls.

RadSplitter

Name Description
BackColor Gets or sets the background color of the Web server control.
CssClass Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
Height Sets/gets the height of the splitter
ID Gets or sets the programmatic identifier assigned to the server control.
Visible Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Width Sets/gets the width of the splitter

RadPane

Name Description
BackColor Gets or sets the background color of the Web server control.
CssClass Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
ForeColor Gets or sets the foreground color (typically the color of the text) of the Web server control.
Height Sets/gets the height of the splitter
ID Gets or sets the programmatic identifier assigned to the server control.
Visible Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Width Sets/gets the width of the splitter

RadSplitbar

Name Description
CssClass Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
ID Gets or sets the programmatic identifier assigned to the server control.
Visible Gets or sets a value that indicates whether a server control is rendered as UI on the page.

RadSlidingZone

Name Description
CssClass Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
Height Sets/gets the height of the splitter
ID Gets or sets the programmatic identifier assigned to the server control.
Visible Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Width Sets/gets the width of the splitter

RadSlidingPane

Name Description
BackColor Gets or sets the background color of the Web server control.
CssClass Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
ForeColor Gets or sets the foreground color (typically the color of the text) of the Web server control.
Height Sets/gets the height of the splitter
ID Gets or sets the programmatic identifier assigned to the server control.
Visible Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Width Sets/gets the width of the splitter
In this article