InterfaceIRadGridResizer
Interface
Represents the IRadGridResizer control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadGridResizer : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
Orientation
Get the grid resizer orientation.
ShowsPreview
Gets whether the RadGridResizer will show a "ghost" preview of its position.
Methods
Resize(int)
Drags the resizer with the given offset.
Declaration
cs-api-definition
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.