PropertyDescriptionControl.HeightChanged Event
In This Article
Fires when the control’s height changes.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public event EventHandler HeightChanged
#Event Data
The HeightChanged event's data class is EventArgs.
See Also