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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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