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

Represents the LayoutControlToolBoxView Control.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
[TelerikToolboxCategory("Containers")]
public class LayoutControlToolBoxView : Control

Inheritance: objectLayoutControlToolBoxView

Constructors

Initializes a new instance of the LayoutControlToolBoxView class.

C#
public LayoutControlToolBoxView()

Fields

LayoutControlProperty

DependencyProperty

Identifies the LayoutControl dependency property.

C#
public static readonly DependencyProperty LayoutControlProperty

TrackDeletedItemsProperty

DependencyProperty

Identifies the TrackDeletedItems dependency property.

C#
public static readonly DependencyProperty TrackDeletedItemsProperty

Properties

Gets the DeletedItems collection.

C#
public ObservableCollection<LayoutControlHierarchicalNodeProxy> DeletedItems { get; }

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

C#
public RadLayoutControl LayoutControl { get; set; }

Gets the NewItems collection.

C#
public ObservableCollection<LayoutControlHierarchicalNodeProxy> NewItems { get; }

Gets or sets whether the LayoutControlToolBoxView should track the deleted items from RadLayoutControl via using the ManipulationPane.

C#
public bool TrackDeletedItems { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call. .

C#
public override void OnApplyTemplate()

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()