Skip to main content
Tab

VerticalGridExportAppearance.BorderSize Property

Gets or sets the border width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 1

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

See Also