Back to Devexpress

WinExplorerView.CustomizeItem Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-a03ab533.md

latest1.3 KB
Original Source

WinExplorerView.CustomizeItem Event

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event CustomizeWinExplorerViewItemEventHandler CustomizeItem
vb
<DXCategory("Events")>
Public Event CustomizeItem As CustomizeWinExplorerViewItemEventHandler

Event Data

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

See Also

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace