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
|
Properties
Placement
Gets or sets the Placement which affects the resizing behavior.
Declaration
public Dock Placement { get; set; }
Property Value
System.Windows.Controls.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()