Back to Devexpress

DataViewBase.WaitIndicatorStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-abb400b0.md

latest2.4 KB
Original Source

DataViewBase.WaitIndicatorStyle Property

Gets or sets the wait indicator’s style. 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 Style WaitIndicatorStyle { get; set; }
vb
Public Property WaitIndicatorStyle As Style

Property Value

TypeDescription
Style

A Style object that specifies the wait indicator’s style.

|

Remarks

The DXGrid control supports Instant Feedback UI Mode - an asynchronous mode. With this mode, you will no longer experience any UI freezing. Data operations will be performed asynchronously, in a background thread and both the Grid Control and your application will always be highly responsive. The user can continue to scroll through records, and even re-sort, re-group and re-filter the control’s data.

To provide visual feedback, the grid shows a wait indicator. Its type is specified by the DataViewBase.WaitIndicatorType property. If this property is set WaitIndicatorType.Panel, the wait indicator is represented by a special panel displayed above the grid control (see the image below). Its layout and appearance can be changed via the WaitIndicatorStyle property.

See Also

WaitIndicatorType

Server Mode and Instant Feedback Mode

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace