Represents the LayoutControlToolBoxView Control.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
[TelerikToolboxCategory("Containers")]
public class LayoutControlToolBoxView : Control
Inheritance: objectLayoutControlToolBoxView
Constructors
Initializes a new instance of the LayoutControlToolBoxView class.
public LayoutControlToolBoxView()
Fields
LayoutControlProperty
DependencyProperty
Identifies the LayoutControl dependency property.
public static readonly DependencyProperty LayoutControlProperty
TrackDeletedItemsProperty
DependencyProperty
Identifies the TrackDeletedItems dependency property.
public static readonly DependencyProperty TrackDeletedItemsProperty
Properties
Gets the DeletedItems collection.
public ObservableCollection<LayoutControlHierarchicalNodeProxy> DeletedItems { get; }
Gets or sets the layout control which the LayoutControlToolBoxView will manipulate.
public RadLayoutControl LayoutControl { get; set; }
Gets the NewItems collection.
public ObservableCollection<LayoutControlHierarchicalNodeProxy> NewItems { get; }
Gets or sets whether the LayoutControlToolBoxView should track the deleted items from RadLayoutControl via using the ManipulationPane.
public bool TrackDeletedItems { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call. .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()