Back to Devexpress

ITreeList.FooterDisplayMode Property

blazor-devexpress-dot-blazor-dot-itreelist-e92341fa.md

latest1.6 KB
Original Source

ITreeList.FooterDisplayMode Property

Specifies when to display the footer in the TreeList.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(TreeListFooterDisplayMode.Auto)]
TreeListFooterDisplayMode FooterDisplayMode { get; set; }

Property Value

TypeDefaultDescription
TreeListFooterDisplayModeAuto

An enumeration value.

|

Available values:

NameDescription
Auto

The footer is visible if it displays total summary values or your custom footer template. Otherwise, the footer is hidden.

| | Never |

The footer is always hidden even if it contains total summary values or if you specify a custom footer template.

| | Always |

The footer is always visible regardless of its content.

|

Remarks

Refer to the FooterDisplayMode property description for additional information and an example.

See Also

ITreeList Interface

ITreeList Members

DevExpress.Blazor Namespace