Class
RadGridResizer

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:

cs-api-definition
public class RadGridResizer : ResizeControl

Inheritance: objectResizerBaseResizeControlRadGridResizer

Inherited Members ResizeControl.ShowsPreviewPropertyResizeControl.PreviewStylePropertyResizeControl.OnKeyDown(KeyEventArgs)ResizeControl.ShowsPreviewResizeControl.PreviewStyleResizerBase.OnMouseEnter(MouseEventArgs)ResizerBase.OnMouseLeave(MouseEventArgs)ResizerBase.OnGotFocus(RoutedEventArgs)ResizerBase.OnLostFocus(RoutedEventArgs)

Constructors

RadGridResizer()

Initializes a new instance of the RadGridResizer class.

Declaration

cs-api-definition
public RadGridResizer()

Fields

PlacementProperty

Identifies the Placement property.

Declaration

cs-api-definition
public static readonly DependencyProperty PlacementProperty

Field Value

DependencyProperty

Properties

Placement

Gets or sets the Placement which affects the resizing behavior.

Declaration

cs-api-definition
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 .

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides ResizeControl.OnApplyTemplate()