LayoutControlToolBox
Represents the LayoutControlToolBox Control.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
[TelerikToolboxCategory("Containers")]
public class LayoutControlToolBox : ContentControl
Inheritance: objectLayoutControlToolBox
Constructors
Initializes a new instance of the LayoutControlToolBox class.
public LayoutControlToolBox()
Fields
IsOpenProperty
DependencyProperty
Identifies the IsOpen dependency property.
public static readonly DependencyProperty IsOpenProperty
LayoutControlProperty
DependencyProperty
Identifies the LayoutControl dependency property.
public static readonly DependencyProperty LayoutControlProperty
ToolBoxViewProperty
DependencyProperty
Identifies the ToolBoxView dependency property.
public static readonly DependencyProperty ToolBoxViewProperty
WindowStyleProperty
DependencyProperty
Identifies the WindowStyle dependency property.
public static readonly DependencyProperty WindowStyleProperty
Properties
Gets or sets a value indicating whether the LayoutControlToolBox is open.
public bool IsOpen { get; set; }
Gets or sets the layout control which the LayoutControlToolBox will manipulate.
public RadLayoutControl LayoutControl { get; set; }
Gets or sets a value indicating the content of the LayoutControlToolBox.
public LayoutControlToolBoxView ToolBoxView { get; set; }
WindowStyle
Style
Gets or sets the style which will be applied to the RadWindow used to host the tool box content.
public Style WindowStyle { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()