Skip to main content

ASPxHtmlEditor.SettingsLoadingPanel Property

Provides access to the loading panel‘s settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxHtmlEditorLoadingPanelSettings SettingsLoadingPanel { get; }

Property Value

Type Description
ASPxHtmlEditorLoadingPanelSettings

An ASPxHtmlEditorLoadingPanelSettings object that contains the loading panel’s settings.

See Also