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

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxTreeListEditor Properties
Show Inherited Hide Inherited

A List Editor you can use in XAF ASP.NET Core Blazor applications to display data as a tree-like structure.
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.
AllowInlineEditInSplitView Inherited from DxGridListEditorBase.
ColumnContextMenuInstance Returns an instance of the Column Header Context Menu available in the DxTreeList.
ColumnContextMenuModel Exposes members of the underlying DxContextMenu class (column header context menu available in DxTreeList.
Columns Inherited from DxGridListEditorBase.
CommandColumnUseTextButton Inherited from DxGridListEditorBase.
ComponentInstance Inherited from DxGridListEditorBase.
ComponentModel Inherited from DxGridListEditorBase.
ContextMenuTemplate Inherited from DxGridListEditorBase.
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 Inherited from DxGridListEditorBase.
GridSummary Inherited from DxGridListEditorBase.
IsBatchEditMode Inherited from DxGridListEditorBase.
IsDisposed Indicates whether a List Editor has been disposed of. Inherited from ListEditor.
List This property is intended for internal use. Inherited from ListEditor.
LoadChildrenOnDemand Specifies whether DxTreeList should render child nodes only when users expand their parent.
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 Inherited from DxGridListEditorBase.
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 DxGridListEditorBase.
RowClickMode Inherited from DxGridListEditorBase.
RowContextMenuInstance Returns an instance of the row context menu available in DxTreeList.
RowContextMenuModel Exposes members of the underlying DxContextMenu class (row context menu available in DxTreeList.
SelectionType Inherited from DxGridListEditorBase.
ServiceProvider Inherited from ListEditor.
TreeListCommandActionColumnModels Stores DxTreeList command column models.
TreeListCommandColumnModel Provides access to DxTreeListCommandColumn settings.
TreeListDataColumnModels Provides access to DxTreeList column settings.
TreeListInstance Returns a DxTreeListEditor instance.
TreeListModel Exposes members of the underlying DxTreeList class.
TreeListSelectionColumnModel Provides access to the underlying DxTreeListSelectionColumn component.
UseAsyncLoading Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor.
See Also