New to Telerik UI for WPFStart a free 30-day trial

Represents the LayoutControlToolBox Control.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
[TelerikToolboxCategory("Containers")]
public class LayoutControlToolBox : ContentControl

Inheritance: objectLayoutControlToolBox

Constructors

Initializes a new instance of the LayoutControlToolBox class.

C#
public LayoutControlToolBox()

Fields

IsOpenProperty

DependencyProperty

Identifies the IsOpen dependency property.

C#
public static readonly DependencyProperty IsOpenProperty

LayoutControlProperty

DependencyProperty

Identifies the LayoutControl dependency property.

C#
public static readonly DependencyProperty LayoutControlProperty

ToolBoxViewProperty

DependencyProperty

Identifies the ToolBoxView dependency property.

C#
public static readonly DependencyProperty ToolBoxViewProperty

WindowStyleProperty

DependencyProperty

Identifies the WindowStyle dependency property.

C#
public static readonly DependencyProperty WindowStyleProperty

Properties

Gets or sets a value indicating whether the LayoutControlToolBox is open.

C#
public bool IsOpen { get; set; }

Gets or sets the layout control which the LayoutControlToolBox will manipulate.

C#
public RadLayoutControl LayoutControl { get; set; }

Gets or sets a value indicating the content of the LayoutControlToolBox.

C#
public LayoutControlToolBoxView ToolBoxView { get; set; }

Gets or sets the style which will be applied to the RadWindow used to host the tool box content.

C#
public Style WindowStyle { get; set; }

Methods

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()