BaseView.PaintStyleChanged Event
Fires after the View’s paint style has changed.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
[Browsable(false)]
[DXCategory("Properties")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler PaintStyleChanged
Event Data
The PaintStyleChanged event's data class is EventArgs.
See Also