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.v19.1.dll

Declaration

public event EventHandler ActiveViewTypeChanged

Event Data

The ActiveViewTypeChanged event's data class is EventArgs.

See Also