DataControlBase.ShowLoadingPanel Property
Gets or sets whether the Loading Panel can be displayed within the grid control. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the ShowLoadingPanel property to specify whether a Loading Panel is displayed within the control, while waiting for a callback response.
See Also