Class TreeMapItemInfo
Represents information about an tree map item in the SfTreeMap.
Inheritance
System.Object
TreeMapItemInfo
Namespace: Syncfusion.Maui.TreeMap
Assembly: Syncfusion.Maui.TreeMap.dll
Syntax
public class TreeMapItemInfo : Object
Constructors
TreeMapItemInfo()
Declaration
public TreeMapItemInfo()
Properties
Background
Gets the background brush for the item.
Declaration
public Brush Background { get; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
GroupLevel
Gets or sets the group level of the item.
Declaration
public int GroupLevel { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
A GroupLevel of -1 indicates that the item is a leaf item and not a group item.
Item
Gets or sets the item associated with this TreeMapItemInfo.
Declaration
public object Item { get; set; }
Property Value
Type |
---|
System.Object |
PrimaryValueText
Gets the primary value text of the item.
Declaration
public string PrimaryValueText { get; }
Property Value
Type |
---|
System.String |