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

Represents a control allowing resizing over its ContextItem property.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class LayoutControlSelectionIndicator : Control

Inheritance: objectLayoutControlSelectionIndicator

Constructors

Initializes a new instance of the LayoutControlSelectionIndicator class.

C#
public LayoutControlSelectionIndicator()

Fields

ContextItemProperty

DependencyProperty

Identifies the ContextItem dependency property.

C#
public static readonly DependencyProperty ContextItemProperty

IsContextItemLockedProperty

DependencyProperty

Identifies the IsContextItemLocked dependency property.

C#
public static readonly DependencyProperty IsContextItemLockedProperty

Properties

ContextItem

FrameworkElement

Gets the element that will be manipulated.

C#
public FrameworkElement ContextItem { get; }

Gets whether the ContextItem is locked for manipulation.

C#
public bool IsContextItemLocked { get; }

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