alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum SelectionMode

    Specifies the element which must be selected when click event is performed in treemap.

    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum SelectionMode

    Fields

    Name Description
    All

    Selects all the related nodes when the click operation is done on the treemap item.

    Child

    Selects the treemap item and the child level when the click operation is done on the treemap item.

    Item

    Selects the treemap item when the click operation is done on the treemap item.

    Parent

    Selects the treemap item and parent level when the click operation is done on the treemap item.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved