Skip to main content
All docs
V26.1
  • PropertyDescriptionControl.HeightChanged Event

    Fires when the control’s height changes.

    Namespace: DevExpress.XtraVerticalGrid

    Assembly: DevExpress.XtraVerticalGrid.v26.1.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