문제

How can i use loading panel in WPF using C# while loading data into gridcontrol by clicking button? I am using devexpress "gridcontrol".

도움이 되었습니까?

해결책

Why you need to use the loading panel? Are you processing large volumes of Data? If so, use the approaches described in Processing Large Volumes of Data help-article. These approaches can avoid any UI-blocking operations.

Anyway you can use the GridControl.ShowLoadingPanel property.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top