TreeViewImages.NodeLoadingPanel Property
Gets the settings of an image displayed within a loading panel when the TreeViewSettingsLoadingPanel.Mode property is set to TreeViewLoadingPanelMode.ShowNearNode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ImageProperties | An ImageProperties object that contains image settings. |
Remarks
On the TreeViewSettingsLoadingPanel.Mode property value a loading panel can be displayed either at the center of the ASPxTreeView (TreeViewLoadingPanelMode.ShowAsPopup) or near the expanding node (in place of the expand button) (TreeViewLoadingPanelMode.ShowNearNode). Use the NodeLoadingPanel property to specify an image of a loading panel when it is displayed in place of the expand button.