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

PropertyDescriptionControl.HeightChanged Event

Fires when the control’s height changes.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public event EventHandler HeightChanged

Event Data

The HeightChanged event's data class is EventArgs.

See Also