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

GridListEditor Members

[Maintenance Mode] List Editor used in XAF ASP.NET Core Blazor UI applications to display List Views in a UI.

Constructors

Name Description
GridListEditor(IModelListView) Initializes a new instance of the GridListEditor class with specified settings.

Properties

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.
Columns Provides access to grid columns.
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.
DataGridModel
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.
KeyMember Gets the key member’s name.
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.
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.
SelectionType Returns the selection type supported by the GridListEditor.
UseAsyncLoading Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor.

Methods

Name Description
AddColumn(IModelColumn) Adds a column to the ColumnsListEditor, using information from the specified Application Model‘s node. Inherited from ColumnsListEditor.
ApplyModel() Updates the current List Editor’s state in accordance with the information stored in the Application Model.
BeginUpdate() Prevents the GridListEditor from being updated until the GridListEditor.EndUpdate method is called.
BreakLinksToControls() Removes references to the ListEditor‘s control and its event handlers. Inherited from ListEditor.
CreateControls() Creates the current List Editor‘s control that represents a List View in a UI. Inherited from ListEditor.
Dispose() Releases all resources the GridListEditor uses.
EndUpdate() Unlocks the GridListEditor after a call to the GridListEditor.BeginUpdate method and causes an immediate update.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindColumn(String) Provides access to the ColumnsListEditor‘s column with the specified identifier. Inherited from ColumnsListEditor.
GetDataGridAdapter() Provides access to a data grid adapter.
GetDataGridAdapter<T>() Provides access to a data grid adapter for specified business objects.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetSelectedObjects() Returns a collection of selected objects.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisibleColumns() Returns the list of ColumnsListEditor‘s visible columns. Inherited from ColumnsListEditor.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Refresh() Refreshes the bound data source of the GridListEditor‘s control.
RemoveColumn(ColumnWrapper) Removes a specific column from the GridListEditor.
SaveModel() Saves runtime customizations a user makes to the grid control to the Application Model differences.
SelectObject(Object) Selects a specified object.
SelectObjects(IEnumerable) Selects a set of specified objects.
SetSelectedObjects(IEnumerable) Deselects all previously selected objects and selects a set of specified objects.
StartIncrementalSearch(String) Starts an incremental search for the specified string. Inherited from ListEditor.
SupportsDataAccessMode(CollectionSourceDataAccessMode) Determines whether or not the given data access mode is supported by the ListEditor. Inherited from ListEditor.
ToString() Returns a string that represents the current object. Inherited from Object.
UnselectAll() Deselects all the selected objects.
UnselectObject(Object) Deselects a specified object.
UnselectObjects(IEnumerable) Deselects a set of specified objects.

Events

Name Description
AllowEditChanged Occurs after the ListEditor‘s ListEditor.AllowEdit property has changed. Inherited from ListEditor.
ColumnAdded Occurs when a column is added to ColumnsListEditor. Inherited from ColumnsListEditor.
ControlsCreated Occurs after a ListEditor‘s control is created. Inherited from ListEditor.
CreateCustomModelSynchronizer Obsolete. Occurs when the Application Model‘s node specified by the ListEditor.Model property has been changed. Inherited from ListEditor.
DataSourceChanged Occurs after the ListEditor.DataSource property’s value has been changed. Inherited from ListEditor.
Disposed Occurs before a GridListEditor is disposed of.
FocusedObjectChanged Occurs after the focused object has been changed in a List Editor‘s control. Inherited from ListEditor.
FocusedObjectChanging Occurs before the focused object is changed in a List Editor‘s control. Inherited from ListEditor.
ModelApplied Occurs after the customizations from the Application Model have been applied to the List Editor’s control. Inherited from ListEditor.
ModelApplying Occurs when customizations from the Application Model are applied to the List Editor’s control. Inherited from ListEditor.
ModelSaved Occurs after the List Editor’s control customizations have been saved to the Application Model. Inherited from ListEditor.
ModelSaving Occurs when the List Editor’s control customizations are saved to the Application Model. Inherited from ListEditor.
NewObjectAdding Occurs before a new object is created in a List Editor. Inherited from ListEditor.
NewObjectCanceled Occurs after creation of a new object is cancelled in a List Editor. Inherited from ListEditor.
NewObjectCreated Occurs after a new object has been created in a List Editor. Inherited from ListEditor.
ObjectChanged For internal use only. Inherited from ListEditor.
ProcessSelectedItem Occurs after an object is selected in the List Editor‘s control and an end-user presses Enter or double-clicks the object. Inherited from ListEditor.
Refreshed Occurs after the GridListEditor‘s bound data source was refreshed.
RequiredPropertiesChanged Inherited from ListEditor.
SelectionChanged Occurs after the selection has been changed in a List Editor‘s control. Inherited from ListEditor.
SelectionTypeChanged Occurs after a List Editor‘s supported selection type is changed. Inherited from ListEditor.
ValidateObject Occurs when the object represented by the ListEditor‘s focused row must be validated. Inherited from ListEditor.
See Also