DxGridListEditor Properties
List Editor that can be used in XAF ASP.NET Core Blazor 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. |
ColumnContextMenuInstance |
Returns an instance of the Column Context Menu in DxGrid columns.
|
ColumnContextMenuModel |
Exposes members of the underlying DxContextMenu class in DxGrid columns.
|
Columns | Provides access to grid columns. |
CommandColumnUseTextButton | Specifies the display style for Actions in the grid’s command column: text buttons or icons. |
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 | Returns the focused object. |
GridCommandActionColumnModels |
Provides access to a set of DxGrid command column models.
|
GridCommandColumnModel | Provides access to DxGridCommandColumn settings. |
GridDataColumnModels | Provides access to DxGrid column settings. |
GridInstance | Provides access to methods of the DxGrid control. |
GridModel | Exposes members of the underlying DxGrid class. |
GridSelectionColumnModel | Provides access to the underlying DxGridSelectionColumn component. |
GridSummary | |
IsBatchEditMode |
Checks whether Inline Edit Mode is set to Batch .
|
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. |
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 | |
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 List Editor‘s Collection Source. Inherited from ListEditor. |
RowClickMode | Specifies the action that opens the Detail View: a click or double-click on a DxGrid row. |
RowContextMenuInstance |
Returns an instance of the Context Menu available for DxGrid rows.
|
RowContextMenuModel |
Exposes members of the underlying DxContextMenu class in DxGrid rows.
|
SelectionType | Returns the selection type supported by the DxGridListEditor. |
UseAsyncLoading | Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor. |
See Also