PropertyDescriptionControl.CalcHeight(GraphicsCache) Method
Returns the control’s height.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| cache | GraphicsCache | A GraphicsCache object used to calculate the height. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value that specifies the control’s height. |
See Also