Back to Devexpress

PropertyDescriptionControl.CalcHeight(GraphicsCache) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-dot-calcheight-x28-devexpress-dot-utils-dot-drawing-dot-graphicscache-x29.md

latest1.6 KB
Original Source

PropertyDescriptionControl.CalcHeight(GraphicsCache) Method

Returns the control’s height.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public int CalcHeight(
    GraphicsCache cache
)
vb
Public Function CalcHeight(
    cache As GraphicsCache
) As Integer

Parameters

NameTypeDescription
cacheGraphicsCache

A GraphicsCache object used to calculate the height.

|

Returns

TypeDescription
Int32

An integer value that specifies the control’s height.

|

See Also

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace