Skip to main content
A newer version of this page is available. .

GetCustomSummaryValueEventArgs.CustomValue Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public object CustomValue { get; set; }

Property Value

Type Description
Object

An object representing the custom summary value.

See Also