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

TreeList.FooterPanelHeight Property

Gets or sets the height of the Summary Footer.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

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

#Declaration

[DefaultValue(-1)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleYNoDefault)]
public virtual int FooterPanelHeight { get; set; }

#Property Value

Type Default Description
Int32 -1

An integer value that is the Summary Footer’s height.

#Remarks

When the FooterPanelHeight property is set to -1, the Summary Footer has the minimum height needed to fit its cells. Increasing the footer’s height may be needed when custom painting the footer via the TreeList.CustomDrawFooter event.

See Also