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()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the automation infrastructure.
C#
protected override AutomationPeer OnCreateAutomationPeer()
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)
The RoutedEventArgs that contains the event data.