Skip to main content

TreeListExportAppearance.BorderWidth Property

Gets or sets the border width.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(1)]
public int BorderWidth { get; set; }

Property Value

Type Default Description
Int32 1

An integer value that specifies the border width, in pixels.

See Also