CardViewExportTabStyle.BorderSides Property
Gets or sets a value that specifies which border sides are to be drawn.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(BorderSide.Left | BorderSide.Top | BorderSide.Right)]
public override BorderSide BorderSides { get; set; }
Property Value
Type | Default | Description |
---|---|---|
BorderSide | Left | Top | Right | 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