Skip to main content

BaseView.PaintStyleChanged Event

Fires after the View’s paint style has changed.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.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