Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListBand.RowCount Property

Gets or sets the band header height, in logical rows.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v24.2.dll

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

#Declaration

[DefaultValue(1)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
public int RowCount { get; set; }

#Property Value

Type Default Description
Int32 1

The band header height, in logical rows. Values less than 1 are not accepted.

#Remarks

You can use the RowCount property to specify the band header height in logical rows. A logical row height in pixels can be set with the TreeList.BandPanelRowHeight property. If this property is set to -1 the height of a single band header row is calculated automatically to fit the band contents.

TreeListBand-Height

See Also