ClassRadGridResizer
Represents the RadDocking for Silverlight RadGridResizer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadGridResizer : Control, IAutomationPeer, IPeerConverter, IRadGridResizer, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadGridResizer
Implements:
Inherited Members
Constructors
RadGridResizer()
Initializes a new instance of the RadGridResizer class.
Declaration
public RadGridResizer()
Properties
Orientation
Get the grid resizer orientation.
Declaration
public Orientation Orientation { get; }
Property Value
Implements
ShowsPreview
Gets whether the RadGridResizer will show a "ghost" preview of its position.
Methods
Resize(int)
Drags the resizer with the given offset.
Declaration
public void Resize(int offset)
Parameters
offset
The offset to drag the resizer with. Accepts either positive (up/right resize) or negative (down/left) value.
Exceptions
Thrown when the the resizer is not visible.
Implements