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

WinExplorerViewContextButtonCustomizeEventArgs(ContextItem, Int32) Constructor

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

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