Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

ASPxPivotGridListEditor Properties

Represents the pivot grid List Editor used in the XAF ASP.NET Web Forms applications.
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.
ChartControl Provides access to the ASPxPivotGridListEditor‘s charting control.
ChartControlContainer Gets the container of the ASPxPivotGridListEditor.ChartControl
ContextMenuTemplate Provides access to the PivotGridListEditorBase‘s Context Menu Template. Inherited from PivotGridListEditorBase.
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.
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.
List This property is intended for internal use. 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.
PivotGridControl Provides access to the ASPxPivotGridListEditor‘s pivot grid control.
Printable Specifies the control to be exported via the ExportController.ExportAction.
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 PivotGridListEditorBase‘s Collection Source. Inherited from PivotGridListEditorBase.
SelectionType Returns the selection type supported by the PivotGridListEditorBase. Inherited from PivotGridListEditorBase.
SupportedExportFormats Provides access to the list of export formats supported by the current ASPxPivotGridListEditor.
UseAsyncLoading Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor.
See Also