Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool IsForGroupRow { get; }

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