Back to Devexpress

PrintRowEventArgs.Level Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-dot-printroweventargs-b46c2a50.md

latest1.6 KB
Original Source

PrintRowEventArgs.Level Property

Gets the group level of the printed row .

Namespace : DevExpress.XtraGrid.Views.Printing

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public int Level { get; }
vb
Public ReadOnly Property Level As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the group level of the printed row .

|

Remarks

See GridView.GetRowLevel, for a description of row levels.

See Also

GetRowLevel(Int32)

GroupCount

PrintRowEventArgs Class

PrintRowEventArgs Members

DevExpress.XtraGrid.Views.Printing Namespace