RadGridResizer
Class
The dock splitter is used as part of the RadSplitContainer control to resize elements.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class RadGridResizer : ResizeControl
Inheritance: objectResizerBaseResizeControlRadGridResizer
Inherited Members
Constructors
Initializes a new instance of the RadGridResizer class.
C#
public RadGridResizer()
Fields
PlacementProperty
DependencyProperty
Identifies the Placement property.
C#
public static readonly DependencyProperty PlacementProperty
Properties
Placement
Dock
Gets or sets the Placement which affects the resizing behavior.
C#
public Dock Placement { get; set; }
The placement.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
C#
public override void OnApplyTemplate()
Overrides: