PropertyDescriptionControl.CalcHeight(GraphicsCache) Method
In This Article
Returns the control’s height.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public int CalcHeight(
GraphicsCache cache
)
#Parameters
Name | Type | Description |
---|---|---|
cache | Graphics |
A Graphics |
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the control’s height. |
See Also