Skip to main content
All docs
V26.1
  • DxPivotGridListEditor.Application Property

    Provides access to the BlazorApplication object that can be used to manage the current application.

    Namespace: DevExpress.ExpressApp.Blazor.Editors

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    public BlazorApplication Application { get; }

    Property Value

    Type Description
    BlazorApplication

    An object that provides methods and properties to manage an application.

    See Also