Skip to main content

CustomColumnDataEventArgs(GridColumn, Int32, Object, Boolean) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

public CustomColumnDataEventArgs(
    GridColumn column,
    int listSourceRow,
    object _value,
    bool isGetAction
)

Parameters

Name Type
column GridColumn
listSourceRow Int32
_value Object
isGetAction Boolean
See Also