All docs
V25.2
25.2
25.1
The page you are viewing does not exist in version 25.1.
24.2
The page you are viewing does not exist in version 24.2.
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.

JavaScript/jQuery LoadPanel - LoadPanelIndicatorProperties

Configures the load indicator.

import { LoadPanelIndicatorProperties } from "devextreme/ui/load_panel"
Type:

Object

animationType

Chooses between predefined load indicator animations.

Default Value: 'circle'

LoadPanel ships with two predefined load animations: circle and sparkle. To implement a custom load animation, specify a .gif image in the src property.

NOTE
When src is specified, animationType has no effect.

height

Configures the load indicator's height.

Type:

Number

|

String

| undefined
Default Value: undefined

src

Specifies the path to a custom load indicator image.

Type:

String

Default Value: ''

Use a .gif image to implement an animated load indicator. When this property is specified, animationType has no effect.

width

Configures the load indicator width.

Type:

Number

|

String

| undefined
Default Value: undefined