Back to Devexpress

TreeMapControl.GroupBorderVisible Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapcontrol-8b3fb71f.md

latest1.8 KB
Original Source

TreeMapControl.GroupBorderVisible Property

Gets or sets the value indicating whether a group item‘s border is visible.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.UI.dll

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public DefaultBoolean GroupBorderVisible { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property GroupBorderVisible As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

Default - the current theme specifies whether the border is visible;

True - the border is visible;

False - the border is hidden.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

TreeMapControl Class

TreeMapControl Members

DevExpress.XtraTreeMap Namespace