Height
Specifies height of row in pixels.
cs
public Int32 Height { get; set; }
Example
cs
nextGrid[nextGrid.SelectedRow].Height := 20;
Specifies height of row in pixels.
public Int32 Height { get; set; }
Example
nextGrid[nextGrid.SelectedRow].Height := 20;