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

PropertyGridControl.ActiveViewTypeChanged Event

Fires when the PropertyGridControl.ActiveViewType property value changes.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public event EventHandler ActiveViewTypeChanged

Event Data

The ActiveViewTypeChanged event's data class is EventArgs.

See Also