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

DataControlBase.ShowLoadingPanel Property

Gets or sets whether to display the Loading Panel in the GridControl when it waits for a callback response. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool ShowLoadingPanel { get; set; }

Property Value

Type Description
Boolean

true to display a Loading Panel in the GridControl when it waits for a callback response; otherwise, false.

See Also