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