TileViewContextButtonCustomizeEventArgs(ContextItem, Int32) Constructor
Initializes a new instance of the TileViewContextButtonCustomizeEventArgs class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public TileViewContextButtonCustomizeEventArgs(
ContextItem item,
int rowHandle
)
Public Sub New(
item As ContextItem,
rowHandle As Integer
)
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
Feedback