ITreeList.GetTotalSummaryFormattedValue(ITreeListSummaryItem) Method
In This Article
Gets a total summary item’s formatted value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string GetTotalSummaryFormattedValue(
ITreeListSummaryItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | ITree |
Gets a total summary item’s formatted value. |
#Returns
Type | Description |
---|---|
String | The total summary item’s formatted value. |
#Remarks
Refer to the GetTotalSummaryFormattedValue(ITreeListSummaryItem) method description for more information and an example.
See Also