Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties NodeLoadingPanel { get; }

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.

TreeView - Near Loading Panel

See Also