Skip to main content

VirtualSourceBase.SummaryInProgressText Property

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

Namespace: DevExpress.Xpf.Data

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

NuGet Package: 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