ComplexWebListEditor Properties
Represents the base class for complex built-in grid-like ASP.NET Web Forms List Editors.| 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. |
| CanSelectRows | Indicates whether the ComplexWebListEditor‘s rows can be selected in a UI. |
| Columns | Provides access to the ColumnsListEditor‘s columns. Inherited from ColumnsListEditor. |
| 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. |
| 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 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. |
| Items | Provides access to the ComplexWebListEditor‘s Property Editors. |
| 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. |
| 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. |
| PropertyEditors | For internal use. |
| 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 | |
| RestoreFocusedObject | Specifies whether XAF should restore focus after the object collection changes. Inherited from ListEditor. |
| SelectionType | Returns the selection type supported by the current List Editor. 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