Skip to main content
All docs
V19.2
Tab

AppearanceStyleBase.BorderStyle Property

Gets or sets the border style. Instead use the BorderWrapper.BorderStyle property which is available via the style object’s AppearanceStyleBase.Border property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public BorderStyle BorderStyle { get; set; }

Property Value

Type Description
BorderStyle

One of the BorderStyle enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to BorderStyle
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.BorderStyle

Remarks

This property is overridden in order to hide it in the Property Grid. It’s recommended to use the BorderWrapper.BorderStyle property instead ( available via the style object’s AppearanceStyleBase.Border property) to specify the border style of the corresponding object which the current style applies to.

See Also