Skip to main content
All docs
V25.1
  • TreeMapItemLeafStyle.BorderVisible Property

    Specifies whether the leaf item‘s border is visible.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    [Browsable(false)]
    [DefaultValue(true)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    [NonTestableProperty]
    [XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
    public bool BorderVisible { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true if the leaf item’s border is visible; otherwise, false.

    See Also