windowsforms-devexpress-dot-xtratreelist-dot-customdrawfootercelleventargs-ab3ca734.md
Gets or sets the text intended to be displayed within the painted footer cell.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public string Text { get; set; }
Public Property Text As String
| Type | Description |
|---|---|
| String |
A string value specifying the text to be displayed within the painted footer cell (a string representation of the resulting summary value). An empty string if summary is not applied to a column whose footer cell is being painted.
|
The TreeList control gives you the ability to calculate summaries for column values. Use the TreeListColumn.SummaryFooter property of a column to specify the type of aggregate function calculated for column values. The resulting summary value is displayed within the corresponding footer cell.
Use the Text event argument in a TreeList.CustomDrawFooterCell event handler to complete the following tasks:
See Also
CustomDrawFooterCellEventArgs Class