CardViewExportAppearance.BorderSides Property
Gets or sets a value that specifies which border sides are to be drawn.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| BorderSide | None | 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