Back to Devexpress

TreeList.FooterPanelHeight Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-91d7a99f.md

latest1.9 KB
Original Source

TreeList.FooterPanelHeight Property

Gets or sets the height of the Summary Footer.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(-1)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleYNoDefault)]
public virtual int FooterPanelHeight { get; set; }
vb
<DefaultValue(-1)>
<XtraSerializableProperty(XtraSerializationFlags.AutoScaleYNoDefault)>
Public Overridable Property FooterPanelHeight As Integer

Property Value

TypeDefaultDescription
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

CustomDrawFooter

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace