ClassLayoutControlToolBox
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
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
DependencyProperty
LayoutControlProperty
Identifies the LayoutControl dependency property.
Declaration
public static readonly DependencyProperty LayoutControlProperty
Field Value
DependencyProperty
ToolBoxViewProperty
Identifies the ToolBoxView dependency property.
Declaration
public static readonly DependencyProperty ToolBoxViewProperty
Field Value
DependencyProperty
WindowStyleProperty
Identifies the WindowStyle dependency property.
Declaration
public static readonly DependencyProperty WindowStyleProperty
Field Value
DependencyProperty
Properties
IsOpen
Gets or sets a value indicating whether the LayoutControlToolBox is open.
LayoutControl
Gets or sets the layout control which the LayoutControlToolBox will manipulate.
Declaration
public RadLayoutControl LayoutControl { get; set; }
Property Value
ToolBoxView
Gets or sets a value indicating the content of the LayoutControlToolBox.
Declaration
public LayoutControlToolBoxView ToolBoxView { get; set; }
Property Value
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
Style
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.