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

TileViewContextButtonCustomizeEventArgs(ContextItem, Int32) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public TileViewContextButtonCustomizeEventArgs(
    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 tile.

See Also