Skip to main content
A newer version of this page is available. .

ScrollBarBase.GetHeight() Method

Returns the value of the control’s Height property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public int GetHeight()

Returns

Type Description
Int32

The value of the Height property.

Remarks

This method supports the internal infrastructure and is not intended to be used directly from your code.

See Also