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

Provides column resizing for RadPropertyGrid.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class PropertyGridColumnResizer : Control

Inheritance: objectPropertyGridColumnResizer

Constructors

Initializes a new instance of the PropertyGridColumnResizer class.

C#
public PropertyGridColumnResizer()

Methods

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call. .

C#
public override void OnApplyTemplate()

Returns class-specific AutomationPeer implementations for the automation infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

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.