Back to Devexpress

TreeListBand.RowCount Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistband-ee4a4ddf.md

latest2.1 KB
Original Source

TreeListBand.RowCount Property

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

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(1)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
public int RowCount { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(1)>
<XtraSerializableProperty>
<XtraSerializablePropertyId(3)>
Public Property RowCount As Integer

Property Value

TypeDefaultDescription
Int321

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.

See Also

BandPanelRowHeight

ColumnPanelRowHeight

RowCount

TreeListBand Class

TreeListBand Members

DevExpress.XtraTreeList.Columns Namespace