TreeList.GetEditorShowMode(TreeListNode) Method
In This Article
Gets the actual TreeListOptionsBehavior.EditorShowMode property value for this specific node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public virtual TreeListEditorShowMode GetEditorShowMode(
TreeListNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A Node whose editor show mode is to be determined. |
#Returns
Type | Description |
---|---|
DevExpress. |
A Tree |
See Also