Skip to main content
A newer version of this page is available. .
Tab

GridViewExportAppearance.BorderSides Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
BorderSide **All**

A DevExpress.XtraPrinting.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