ClassLayoutControlSelectionIndicator
Represents a control allowing resizing over its ContextItem property.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class LayoutControlSelectionIndicator : Control
Inheritance: objectLayoutControlSelectionIndicator
Constructors
LayoutControlSelectionIndicator()
Initializes a new instance of the LayoutControlSelectionIndicator class.
Declaration
public LayoutControlSelectionIndicator()
Fields
ContextItemProperty
Identifies the ContextItem dependency property.
Declaration
public static readonly DependencyProperty ContextItemProperty
Field Value
DependencyProperty
IsContextItemLockedProperty
Identifies the IsContextItemLocked dependency property.
Declaration
public static readonly DependencyProperty IsContextItemLockedProperty
Field Value
DependencyProperty
Properties
ContextItem
Gets the element that will be manipulated.
Declaration
public FrameworkElement ContextItem { get; }
Property Value
FrameworkElement
IsContextItemLocked
Gets whether the ContextItem is locked for manipulation.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call. .
Declaration
public override void OnApplyTemplate()
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.