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.v21.2.dll

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

Declaration

public event EventHandler HeightChanged

Event Data

The HeightChanged event's data class is EventArgs.

See Also