Back to Devexpress

CustomColumnDisplayTextEventArgs.IsForGroupRow Property

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

latest1.9 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool IsForGroupRow { get; }
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public ReadOnly Property IsForGroupRow As Boolean

Property Value

TypeDescription
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

GroupRowHandle

CustomColumnDisplayTextEventArgs Class

CustomColumnDisplayTextEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace