Class TreeMapActionList
TreeMapActionList class
Inherited Members
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class TreeMapActionList : SyncActionListBase<TreeMap>
Constructors
TreeMapActionList(IComponent)
Initializes a new instance of the TreeMapActionList class.
Declaration
public TreeMapActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component |
Properties
HeaderBorderThickness
Gets/Sets HeaderBorderThickness value
Declaration
public float HeaderBorderThickness { get; set; }
Property Value
Type |
---|
System.Single |
HighlightGroupOnSelection
Gets/Sets HighlightGroupOnSelection value
Declaration
public bool HighlightGroupOnSelection { get; set; }
Property Value
Type |
---|
System.Boolean |
HighlightOnSelection
Gets/Sets HighlightOnSelection value
Declaration
public bool HighlightOnSelection { get; set; }
Property Value
Type |
---|
System.Boolean |
IsToolTipVisible
Gets/Sets IsToolTipVisible value
Declaration
public bool IsToolTipVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
ItemsLayoutModes
Gets/Sets ItemsLayoutModes value
Declaration
public ItemsLayoutModes ItemsLayoutModes { get; set; }
Property Value
Type |
---|
ItemsLayoutModes |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
SelectionModes
Gets/Sets SelectionModes value
Declaration
public SelectionModes SelectionModes { get; set; }
Property Value
Type |
---|
SelectionModes |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.TreeMap.TreeMap>.InitializeActionList()