Skip to main content

VirtualSourceBase.SummaryInProgressText Property

Gets or sets the text displayed in total summary items when the GridControl calculates summary.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public string SummaryInProgressText { get; set; }

Property Value

Type Description
String

The text displayed in total summary items when the GridControl calculates summary.

See Also