Grid.GetRowResize

boolean Grid.GetRowResize (

string ObjectName )

Example 1

bCanResize = Grid.GetRowResize("Grid1");

Returns true if the rows of a grid can be resized by the user

See also: Related Actions