APNSoft Controls [4.5.2.20] - API Reference
APNSoftDataGrid.Height Property

Gets or sets a value indicating the height of the DataGrid in pixels. Range: 60-2048.

[Visual Basic]
Overrides Public Property Height As Unit
[C#]
public override System.Web.UI.WebControls.Unit Height {get; set;}

Example

[C#]
myDataGrid.Height = 250;

[Visual Basic]
myDataGrid.Height = New System.Web.UI.WebControls.Unit(250)

See Also

APNSoftDataGrid Class | APNSoft.WebControls Namespace