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

Declaration

[DXCategory("Properties")]
[Browsable(false)]
public event EventHandler PaintStyleChanged

Event Data

The PaintStyleChanged event's data class is EventArgs.

See Also