Skip to main content
All docs
V26.1
  • DxPivotGridListEditor Properties

    A List Editor that you can use in XAF ASP.NET Core Blazor applications to display data as a Pivot Grid.
    Name Description
    AllowEdit Indicates whether the data bound to the current List Editor can be edited via the List Editor’s control. Inherited from ListEditor.
    Application Provides access to the BlazorApplication object that can be used to manage the current application.
    CollectionSource Returns the Collection Source associated with the current DxPivotGridListEditor.
    ColumnModels Provides access to DxPivotTable column settings.
    Columns Provides access to DxPivotGridListEditor’s column settings.
    ContextMenuTemplate Provides access to a List Editor‘s Context Menu Template. Inherited from ListEditor.
    Control Provides access to the control that is used by the current List Editor to represent a List View in a UI. Inherited from ListEditor.
    DataSource Specifies a List Editor‘s data source. Inherited from ListEditor.
    EnableContextMenu Enables/disables the Pivot Grid context menu.
    ErrorMessages Provides access to the current ListEditor‘s error message collection, populated when Validation Rules are broken. Inherited from ListEditor.
    FocusedObject Gets or sets the focused object in a List Editor. Inherited from ListEditor.
    IsDisposed Indicates whether a List Editor has been disposed of. Inherited from ListEditor.
    Model Provides access to the Application Model node that defines the List View represented by the current List Editors. Inherited from ListEditor.
    Name Specifies a List Editor‘s name. Inherited from ListEditor.
    PivotGridModel Exposes members of the underlying DxPivotTable class.
    ProtectedContentText Specifies the text that is used by a List Editor to display a property which is prohibited for viewing by the current user. Inherited from ListEditor.
    RequiredProperties Returns an array of descriptors for the properties considered bindable by the DxPivotGridListEditor‘s Collection Source.
    RestoreFocusedObject Specifies whether XAF should restore focus after the object collection changes. Inherited from ListEditor.
    ServiceProvider Inherited from ListEditor.
    UseAsyncLoading Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor.
    See Also