Class
LayoutControlSplitter

Represents a splitter used to resize the UI element located on its left in a LayoutControlGroup.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Containers")]
public class LayoutControlSplitter : Thumb

Inheritance: objectLayoutControlSplitter

Constructors

LayoutControlSplitter()

Initializes a new instance of the LayoutControlSplitter class.

Declaration

cs-api-definition
public LayoutControlSplitter()

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()