ClassPropertyGridColumnResizer
Class
Provides column resizing for RadPropertyGrid.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class PropertyGridColumnResizer : Control
Inheritance: objectPropertyGridColumnResizer
Constructors
PropertyGridColumnResizer()
Initializes a new instance of the PropertyGridColumnResizer class.
Declaration
cs-api-definition
public PropertyGridColumnResizer()
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call. .
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the automation infrastructure.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.