Skip to main content

TreeListExportAppearance.BorderSides Property

Gets or sets a value that specifies which border sides are to be drawn.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(BorderSide.All)]
public BorderSide BorderSides { get; set; }

Property Value

Type Default Description
BorderSide All

A BorderSide enumeration value that specifies which border sides are to be drawn.

Available values:

Name Description
None

No borders are applied to a brick.

Left

Applies the left border to a brick.

Top

Applies the top border to a brick.

Right

Applies the right border to a brick.

Bottom

Applies the bottom border to a brick.

All

Applies all borders to a brick.

See Also