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

BaseView.PaintStyleChanged Event

Fires after the View’s paint style has changed.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[DXCategory("Properties")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler PaintStyleChanged

Event Data

The PaintStyleChanged event's data class is EventArgs.

See Also