TreeViewStyles.LoadingPanel Property
Gets the style settings of the loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public LoadingPanelStyle LoadingPanel { get; }
Public ReadOnly Property LoadingPanel As LoadingPanelStyle
Property Value
Type | Description |
---|---|
LoadingPanelStyle | A LoadingPanelStyle object that contains style settings. |
Available values:
Name | Description |
---|---|
LoadingPanelStyle() | Initializes a new instance of the LoadingPanelStyle class. |
See Also
Feedback