ClassLayoutControlSplitter
Class
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
The RoutedEventArgs that contains the event data.