Skip to main content
Tab

ASPxGridViewLoadingPanelSettings Class

Provides settings that affect the Loading Panel‘s appearance and functionality.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxGridViewLoadingPanelSettings :
    ASPxGridLoadingPanelSettings

The following members return ASPxGridViewLoadingPanelSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxGridView.SettingsLoadingPanel
GridViewProperties.SettingsLoadingPanel
ASP.NET MVC Extensions GridViewSettings.SettingsLoadingPanel
MVCxGridViewProperties.SettingsLoadingPanel

Remarks

These settings can be accessed via the ASPxGridView’s ASPxGridView.SettingsLoadingPanel property.

Implements

See Also