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

LayoutViewFieldCaptionImageEventArgs(Int32, GridColumn, Object) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public LayoutViewFieldCaptionImageEventArgs(
    int rowHandle,
    GridColumn column,
    object list
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the handle of the current card. This value is assigned to the CardCaptionImageEventArgs.RowHandle property.

column GridColumn

A GridColumn object that identifies the current column (field). This value is assigned to the LayoutViewFieldCaptionImageEventArgs.Column property.

list Object

An object that represents an image list. This value is assigned to the CardCaptionImageEventArgs.ImageList property.

See Also