Skip to main content
All docs
V25.2
  • TreeNodeView Class

    A node view displayed within a DXTreeView instance.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    [DXLicenseMAUI]
    public class TreeNodeView :
        DXContentPresenter,
        ISwipeContainer

    Remarks

    For more information, refer to the following help topic: Customize Tree View Appearance for .NET MAUI.

    Inheritance

    Show 13 items
    System.Object
    BindableObject
    Element
    NavigableElement
    VisualElement
    View
    DevExpress.Maui.Core.Internal.DXViewElement
    DevExpress.Maui.Core.Internal.DXViewBaseCore
    See Also