Show / Hide Table of Contents

    Enum TreeViewDragDropMode

    Namespace: FrameworkSystems.FrameworkBase
    Assembly: FrameworkSystems.FrameworkBase.dll
    Syntax
    [HideForIntellisense]
    [DocfxBrowsable]
    public enum TreeViewDragDropMode

    Fields

    Name Description
    AllTreeViews

    Drop ist von allen TreeViews aus möglich.

    None

    Drop in diesen TreeView ist nicht erlaubt.

    OtherTreeViews

    Drop ist nur mit Knoten von anderen TreeViews möglich.

    ThisTreeView

    Drop ist nur mit Knoten desselben TreeViews möglich.

    Back to top Generated by DocFX