Skip to main content

PivotGridWebOptionsLoadingPanel.Text Property

Gets or sets the text displayed within a loading panel.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Loading…")]
public string Text { get; set; }

Property Value

Type Default Description
String "Loading…"

A String value that specifies the panel’s text.

Property Paths

You can access this nested property as listed below:

Object Type Path to Text
ASPxPivotGrid
See Also