Skip to main content

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.v23.2.dll

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

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