Back to Devexpress

DataViewBase.IsWaitIndicatorVisible Property

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

latest1.3 KB
Original Source

DataViewBase.IsWaitIndicatorVisible Property

Gets whether the wait indicator is displayed within the grid. 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 IsWaitIndicatorVisible { get; }
vb
Public ReadOnly Property IsWaitIndicatorVisible As Boolean

Property Value

TypeDescription
Boolean

true if the wait indicator is displayed within the grid; otherwise, false.

|

Remarks

To learn more, see DataViewBase.WaitIndicatorType.

See Also

WaitIndicatorType

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace