Skip to main content
All docs
V24.1

TreeListCustomizeSummaryDisplayTextEventArgs.Item Property

Returns the summary item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public ITreeListSummaryItem Item { get; }

Property Value

Type Description
ITreeListSummaryItem

The summary item.

Remarks

Refer to the TreeListCustomizeSummaryDisplayTextEventArgs class description for more information and an example.

See Also