Back to Devexpress

DataControlBase.ShowLoadingPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-804e4de4.md

latest1.3 KB
Original Source

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

csharp
public bool ShowLoadingPanel { get; set; }
vb
Public Property ShowLoadingPanel As Boolean

Property Value

TypeDescription
Boolean

true if a Loading Panel is allowed to be displayed within the control; otherwise, false.

|

Remarks

Use the ShowLoadingPanel property to specify whether a Loading Panel is displayed within the control, while waiting for a callback response.

See Also

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace