Class RadGridResizer
The dock splitter is used as part of the RadSplitContainer control to resize elements.
Inherited Members
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class RadGridResizer : ResizeControl
Remarks
This class is for internal use and is not meant to be used outside the RadDocking.
Constructors
RadGridResizer()
Initializes a new instance of the RadGridResizer class.
Declaration
public RadGridResizer()
Fields
PlacementProperty
Identifies the Placement property.
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
System.Windows.DependencyProperty
|
PreviewResizeStartEvent
Identifies the PreviewResizeStart routed event.
Declaration
public static readonly RoutedEvent PreviewResizeStartEvent
Field Value
RoutedEvent
|
Properties
Placement
Gets or sets the Placement which affects the resizing behavior.
Declaration
public Dock Placement { get; set; }
Property Value
Dock
The placement. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
Events
PreviewResizeStart
Occurs when RadGridResizer is about to start resizing.
Declaration
public event EventHandler<ResizeEventArgs> PreviewResizeStart
Event Type
System.EventHandler<ResizeEventArgs>
|