Skip to main content

CustomColumnDisplayTextEventArgs(Int32, GridColumn, Object, Boolean) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Parameters

Name Type Description
rowHandle Int32

The value to initialize the CustomColumnDisplayTextEventArgs.GroupRowHandle property.

column GridColumn

The value to initialize the CustomColumnDisplayTextEventArgs.Column property.

_value Object

The value to initialize the CustomColumnDisplayTextEventArgs.Value property.

forGroupRow Boolean

The value to initialize the CustomColumnDisplayTextEventArgs.IsForGroupRow property.

See Also