Skip to main content
A newer version of this page is available. .
All docs
V22.2

WinExplorerView.CustomizeItem Event

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DXCategory("Events")]
public event CustomizeWinExplorerViewItemEventHandler CustomizeItem

Event Data

The CustomizeItem event's data class is DevExpress.XtraGrid.Views.WinExplorer.CustomizeWinExplorerViewItemArgs.

See Also