CustomColumnDisplayTextEventArgs.IsForGroupRow Property
Returns whether the CustomColumnDisplayText event is called to get the display text of a column value displayed within 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 |
---|---|
Boolean | true if the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row; otherwise, false. |
Remarks
See CustomColumnDisplayTextEventArgs.GroupRowHandle to learn more.
See Also