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

VirtualSourceBase.SummaryInProgressText Property

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

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string SummaryInProgressText { get; set; }

Property Value

Type Description
String

The text that is shown when the summary is calculating.

See Also