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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
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