menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapSelectionSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapSelectionSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    TreeMapSelectionSettingsBuilder
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapSelectionSettingsBuilder : ControlBuilder

    Constructors

    TreeMapSelectionSettingsBuilder()

    Declaration
    public TreeMapSelectionSettingsBuilder()

    TreeMapSelectionSettingsBuilder(TreeMapSelectionSettings)

    Declaration
    public TreeMapSelectionSettingsBuilder(TreeMapSelectionSettings model)
    Parameters
    Type Name Description
    TreeMapSelectionSettings model

    Methods

    Border(TreeMapBorder)

    Sets and gets the options to customize the border of the selected items in the treemap.

    Declaration
    public TreeMapSelectionSettingsBuilder Border(TreeMapBorder value)
    Parameters
    Type Name Description
    TreeMapBorder value
    Returns
    Type
    TreeMapSelectionSettingsBuilder

    Border(Action<TreeMapBorderBuilder>)

    Declaration
    public TreeMapSelectionSettingsBuilder Border(Action<TreeMapBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<TreeMapBorderBuilder> border
    Returns
    Type
    TreeMapSelectionSettingsBuilder

    Enable(Boolean)

    Enables or disables the selection functionality in the treemap.

    Declaration
    public TreeMapSelectionSettingsBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    TreeMapSelectionSettingsBuilder

    Fill(String)

    Sets and gets the color of the selection when the leaf item is selected in the treemap.

    Declaration
    public TreeMapSelectionSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeMapSelectionSettingsBuilder

    Mode(SelectionMode)

    Sets and gets the type of the elements in which selection must be done in the treemap.

    Declaration
    public TreeMapSelectionSettingsBuilder Mode(SelectionMode value)
    Parameters
    Type Name Description
    SelectionMode value
    Returns
    Type
    TreeMapSelectionSettingsBuilder

    Opacity(String)

    Sets and gets the opacity of the selection when the leaf item is selected in the treemap.

    Declaration
    public TreeMapSelectionSettingsBuilder Opacity(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeMapSelectionSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved