Back to Devexpress

CustomColumnDisplayTextEventArgs Constructors

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-customcolumndisplaytexteventargs-dot-ctor.md

latest1.5 KB
Original Source

CustomColumnDisplayTextEventArgs Constructors

Provides data for the ColumnView.CustomColumnDisplayText event.

NameParametersDescription
CustomColumnDisplayTextEventArgs(Int32, GridColumn, Object, Boolean)rowHandle, column, _value, forGroupRowInitializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings.
CustomColumnDisplayTextEventArgs(Int32, GridColumn, Object)rowHandle, column, _valueInitializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings.

See Also

CustomColumnDisplayTextEventArgs Class

CustomColumnDisplayTextEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace