TreeListEditor Properties
Represents a Windows Forms List Editor that displays data in the form of a tree-like structure.Name | Description |
---|---|
Adapter | Provides access to the tree node adapter used by the TreeListEditor. |
AllowEdit | Indicates whether the data bound to the current List Editor can be edited via the List Editor’s control. Inherited from ListEditor. |
BorderStyle | Gets or sets the border style for the target Tree List. |
ClearFocusedObjectOnMouseClick | Specifies whether the focused object can be deselected by clicking on the TreeListEditor‘s region not occupied by a node. |
Columns | Provides access to a collection of objects representing the TreeListEditor‘s columns. |
ContextMenuTemplate | Provides access to the TreeListEditor‘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. |
DeferredNodeLoading | Indicates whether deferred node loading is enabled. |
ErrorMessages | Provides access to the current ListEditor‘s error message collection, populated when Validation Rules are broken. Inherited from ListEditor. |
FirstNodeFocusedAndSelected | For internal use. |
FocusedColumnMemberName | Inherited from ColumnsListEditor. |
FocusedObject | Gets or sets the focused object in the TreeListEditor. |
HoldRootValue | Specifies whether the nodes whose parent node is absent in the TreeListEditor‘s data source should be displayed as root. |
IsDisposed | Indicates whether a List Editor has been disposed of. Inherited from ListEditor. |
IsFooterVisible | Specifies whether the TreeListEditor‘s footer is visible. |
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 the TreeListEditor‘s name. |
PopupSite | Returns 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 | Specifies the control to be exported via the ExportController.ExportAction. |
ProcessSelectedItemBySingleClick | Specifies whether a List View’s record must be processed after a click or a double-click. |
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. |
RootValue | Specifies the root node. |
SelectionType | Returns the selection type supported by the TreeListEditor. |
SupportedExportFormats | Provides access to the list of export formats supported by the current Tree List Editor. |
TrackMousePosition | Specifies whether mouse tracking is enabled for the TreeListEditor. |
TreeList | Provides access to the TreeListEditor‘s control. |
UseAsyncLoading | Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor. |
See Also