CustomColumnDisplayTextEventArgs.GroupRowHandle Property
Gets the handle of the currently processed group row. Returns the GridControl.InvalidRowHandle value if the CustomColumnDisplayText event is not called for a group row.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | The handle of the currently processed group row. |
Remarks
If the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row, the GroupRowHandle property returns the handle of the currently processed group row and the CustomColumnDisplayTextEventArgs.IsForGroupRow property returns true.
If the CustomColumnDisplayText event is called to get the display text of column values displayed in other places, the GroupRowHandle property returns the GridControl.InvalidRowHandle value and the CustomColumnDisplayTextEventArgs.IsForGroupRow property returns false.