Class
LayoutControlToolBox

Represents the LayoutControlToolBox Control.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Containers")]
public class LayoutControlToolBox : ContentControl

Inheritance: objectLayoutControlToolBox

Constructors

LayoutControlToolBox()

Initializes a new instance of the LayoutControlToolBox class.

Declaration

cs-api-definition
public LayoutControlToolBox()

Fields

IsOpenProperty

Identifies the IsOpen dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsOpenProperty

Field Value

DependencyProperty

LayoutControlProperty

Identifies the LayoutControl dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LayoutControlProperty

Field Value

DependencyProperty

ToolBoxViewProperty

Identifies the ToolBoxView dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ToolBoxViewProperty

Field Value

DependencyProperty

WindowStyleProperty

Identifies the WindowStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty WindowStyleProperty

Field Value

DependencyProperty

Properties

IsOpen

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

Declaration

cs-api-definition
public bool IsOpen { get; set; }

Property Value

bool

LayoutControl

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

Declaration

cs-api-definition
public RadLayoutControl LayoutControl { get; set; }

Property Value

RadLayoutControl

ToolBoxView

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

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()