Skip to main content

TileViewContextButtonToolTipEventArgs(Int32, ContextButtonToolTipEventArgs) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public TileViewContextButtonToolTipEventArgs(
    int rowHandle,
    ContextButtonToolTipEventArgs contextToolTipArgs
)

Parameters

Name Type Description
rowHandle Int32

The row handle that corresponds to the currently processed tile.

contextToolTipArgs DevExpress.Utils.ContextButtonToolTipEventArgs

An object that provides data to initialize settings of the created TileViewContextButtonToolTipEventArgs object.

See Also