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

CustomColumnDisplayTextEventArgs(Int32, GridColumn, Object) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public CustomColumnDisplayTextEventArgs(
    int rowHandle,
    GridColumn column,
    object _value
)

Parameters

Name Type Description
rowHandle Int32

The value to initialize the CustomColumnDisplayTextEventArgs.GroupRowHandle property.

column GridColumn

A GridColumn object representing the column that contains the currently processed cell. This value is used to initialize the CustomColumnDisplayTextEventArgs.Column property.

_value Object

An object representing the value of the currently processed cell. This value is used to initialize the CustomColumnDisplayTextEventArgs.Value property.

See Also