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