React Common Types - grids - LoadPanel

Configures the load panel.

import { LoadPanel } from "devextreme/common/grids"

enabled

Enables displaying the load panel automatically.

Type:

Boolean

|

Mode

Default Value: 'auto'

height

Specifies the height of the load panel in pixels.

Type:

Number

|

String

Default Value: 90

indicatorSrc

Specifies a URL pointing to an image to be used as a loading indicator.

Type:

String

Default Value: ''

shading

Specifies whether to shade the UI component when the load panel is shown.

Type:

Boolean

Default Value: false

shadingColor

Specifies the shading color. Applies only if shading is true.

Type:

String

Default Value: ''

showIndicator

Specifies whether to show the loading indicator.

Type:

Boolean

Default Value: true

showPane

Specifies whether to show the pane of the load panel.

Type:

Boolean

Default Value: true

text

Specifies text displayed on the load panel.

Type:

String

Default Value: 'Loading...'

width

Specifies the width of the load panel in pixels.

Type:

Number

|

String

Default Value: 200