Back to Devexpress

TreeList.GetEditorShowMode(TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-geteditorshowmode-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest1.7 KB
Original Source

TreeList.GetEditorShowMode(TreeListNode) Method

Gets the actual TreeListOptionsBehavior.EditorShowMode property value for this specific node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public virtual TreeListEditorShowMode GetEditorShowMode(
    TreeListNode node
)
vb
Public Overridable Function GetEditorShowMode(
    node As TreeListNode
) As TreeListEditorShowMode

Parameters

NameTypeDescription
nodeTreeListNode

A Node whose editor show mode is to be determined.

|

Returns

TypeDescription
DevExpress.XtraTreeList.TreeListEditorShowMode

A TreeListEditorShowMode enumeration value that specifies the way this node’s editor is invoked.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace