WinColumnsListEditor Properties
The base class for built-in grid-like WinForms 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. |
| CanManageActiveFilterCriteriaPropertyValue | For internal use. |
| Columns | Provides access to a collection of objects representing the WinColumnsListEditor‘s columns. |
| ColumnView | Provides access to the View that is used to display data in the WinColumnsListEditor. |
| ContextMenuTemplate | Provides access to the WinColumnsListEditor‘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. |
| ErrorMessages | Provides access to the current ListEditor‘s error message collection, populated when Validation Rules are broken. Inherited from ListEditor. |
| Filter | For internal use. |
| FilterColumnsMode | Specifies whether only properties represented by the List Editor’s columns, or all properties, including the properties of the reference properties, are available in the Filter Editor for creating a filter criteria. |
| FocusedColumnMemberName | Returns the name of a focused column field. |
| FocusedObject | Gets or sets the focused object in a WinColumnsListEditor. |
| Grid | Provides access to the grid control. |
| IsDisposed | Indicates whether a List Editor has been disposed of. Inherited from ListEditor. |
| List | This property is intended for internal use. Inherited from ListEditor. |
| LookupColumnFilterMode | Specifies how the Automatic Filtering Row is displayed and how Find Panel performs a search in Server mode (see CollectionSourceBase.DataAccessMode) for lookup columns. |
| Model | Provides access to the Application Model node that defines the List View represented by the current List Editors. Inherited from ListEditor. |
| Name | Specifies the WinColumnsListEditor‘s name. |
| PopupSite | Gets the control over which a context menu is being invoked. |
| 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 | Gets the control to be exported via the ExportController.ExportAction. |
| ProcessSelectedItemByEnter | Specifies whether or not a selected item is processed by an Enter key press. |
| 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. |
| ReadOnlyEditors | Specifies whether read-only editors with enabled in-place editing are used by the WinColumnsListEditor. |
| RepositoryFactory | Provides access to the Repository Item Factory that is used by the WinColumnsListEditor to create in-place editors. |
| RequiredProperties | Returns an array of descriptors for the properties considered bindable by the WinColumnsListEditor‘s Collection Source. |
| RestoreFocusedObject | Specifies whether XAF should restore focus after the object collection changes. Inherited from ListEditor. |
| SelectionType | Returns the selection type supported by the WinColumnsListEditor. |
| ServiceProvider | Inherited from ListEditor. |
| SupportedExportFormats | Provides access to the list of export formats supported by the current Grid List Editor. |
| UseAsyncLoading | Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor. |
See Also