ASPxGridListEditor Properties
Represents the List Editor used by default in XAF ASP.NET Web Forms applications to display List Views in a UI.| 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. |
| AllowFilterControlHierarchy static | Specifies whether or not the Filter Builder dialog shows the properties hierarchy. |
| ASPxGridViewExporter | Gets the ASPxGridViewExporter control used to export the ASPxGridListEditor.Grid control’s data. |
| BatchEditModeHelper | |
| CanSelectRows | Indicates whether the ASPxGridListEditor‘s rows can be selected in a UI. |
| Columns | Provides access to the ColumnsListEditor‘s columns. Inherited from ColumnsListEditor. |
| ContextMenuTemplate | Provides access to the ASPxGridListEditor‘s Context Menu Template. |
| 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. |
| DetailFramesManager | For internal use. |
| EnableGroupTemplate | Specifies whether to use an XAF group template for a group row. |
| EnablePopupMenuScrolling | |
| ErrorMessages | Provides access to the current ListEditor‘s error message collection, populated when Validation Rules are broken. Inherited from ListEditor. |
| FocusedColumnMemberName | Inherited from ColumnsListEditor. |
| FocusedObject | Gets the ASPxGridListEditor‘s focused object. |
| Grid | Gets the ASPxGridListEditor‘s control. |
| IsAdaptive | Specifies whether or not the adaptive and responsive layout is enabled for the ASPxGridListEditor.Grid control. |
| IsBatchMode | Gets a boolean value which indicates whether or not the ASPxGridListEditor.Grid control is in the Batch Edit Mode. |
| IsDisposed | Indicates whether a List Editor has been disposed of. Inherited from ListEditor. |
| IsFooterVisible | Specifies whether the ASPxGridListEditor‘s footer is visible. |
| Items | Provides access to the ComplexWebListEditor‘s Property Editors. Inherited from ComplexWebListEditor. |
| List | This property is intended for internal use. Inherited from ListEditor. |
| MaxFilterControlHierarchyDepth static | Specifies a column’s max hierarchy depth level that can be displayed by the filter dialog when the ASPxGridListEditor.AllowFilterControlHierarchy property is set to true. |
| 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. |
| NewItemRowPosition | Gets or sets the position of the new item row within the ASPxGridListEditor. |
| NewObject | Holds the object that has been created via the ASPxGridListEditor‘s new item row, but has not been persisted yet. |
| PreventServerSideOperationsForNonPersistentMembers | Specifies whether server-side operations are prevented for non-persistent properties in the Server, ServerView, InstantFeedback, and InstantFeedbackView data access modes, or not. Inherited from ColumnsListEditor. |
| Printable | Specifies the control to be exported via the ExportController.ExportAction. |
| PropertyEditors | For internal use. Inherited from ComplexWebListEditor. |
| 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 | Inherited from ComplexWebListEditor. |
| RestoreFocusedObject | Specifies whether XAF should restore focus after the object collection changes. Inherited from ListEditor. |
| SelectionOnDoubleClick | |
| SelectionType | Returns the selection type supported by the ASPxGridListEditor. |
| ServiceProvider | Inherited from ListEditor. |
| SupportedExportFormats | Provides access to the list of export formats supported by the current ASPxGridListEditor. |
| TestControlType | For internal use only. |
| UseASPxGridViewDataSpecificColumns static | Specifies if the ASPxGridListEditor uses the data-specific column types for data cells. |
| UseAsyncLoading | Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor. |
| UseProtectedContentColumn | For internal use. |
See Also