GridExportAppearanceBase.BorderSides Property
Gets or sets a value that specifies which border sides are to be drawn.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
BorderSide | One of the BorderSide enumeration values 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