Skip to main content

WinExplorerViewContextButtonCustomizeEventArgs(ContextItem, Int32) Constructor

Initializes a new instance of the WinExplorerViewContextButtonCustomizeEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public WinExplorerViewContextButtonCustomizeEventArgs(
    ContextItem item,
    int rowHandle
)

Parameters

Name Type Description
item ContextItem

The currently processed context button.

rowHandle Int32

The row handle that corresponds to the currently processed data record.

See Also