Skip to main content

VirtualSourceBase.SummaryInProgressText Property

Gets or sets the text that is shown when the summary is calculating.

Namespace: DevExpress.Data

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string SummaryInProgressText { get; set; }

Property Value

Type Description
String

The text that is shown when the summary is calculating.

See Also