Back to Devexpress

GetCustomSummaryValueEventArgs.CustomValue Property

windowsforms-devexpress-dot-xtratreelist-dot-getcustomsummaryvalueeventargs-45925b10.md

latest1.3 KB
Original Source

GetCustomSummaryValueEventArgs.CustomValue Property

Gets or sets a value to be displayed within a summary.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public object CustomValue { get; set; }
vb
Public Property CustomValue As Object

Property Value

TypeDescription
Object

An object representing the custom summary value.

|

See Also

GetCustomSummaryValueEventArgs Class

GetCustomSummaryValueEventArgs Members

DevExpress.XtraTreeList Namespace