GridOptionsView.WaitAnimationOptions Property
Gets or sets how async data loading operations are indicated. This property is in effect in Instant Feedback Mode.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
[DefaultValue(WaitAnimationOptions.Default)]
[XtraSerializableProperty]
public virtual WaitAnimationOptions WaitAnimationOptions { get; set; }
Property Value
Type | Default | Description |
---|---|---|
WaitAnimationOptions | Default | A WaitAnimationOptions object that specifies how async data loading operations are indicated. |
Available values:
Name | Description |
---|---|
Default | The same as the WaitAnimationOptions.Indicator option. |
Indicator | Background operations are indicated within a dedicated indicator button. For the GridControl, these operations are indicated within the Header Panel Button. |
Panel | Background operations are indicated within a special panel displayed above a control. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to WaitAnimationOptions |
---|---|
AdvBandedGridView |
|
BandedGridView |
|
GridView |
|
Remarks
You can manually display the Loading Panel to indicate the process of data loading via the GridView.ShowLoadingPanel method.