Skip to main content

GridTotalSummaryData.DisplayValue Property

Gets the value displayed within the total summary item.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object DisplayValue { get; }

Property Value

Type Description
Object

A Object value that is displayed within the total summary item.

See Also