Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxRatingControl.BorderStyle Property

Gets or sets the border style for all four sides of a control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override BorderStyle BorderStyle { get; set; }

Property Value

Type Description
BorderStyle

One of the BorderStyle enumeration values.

Remarks

Use the BorderStyle property to specify the border style for the ASPxRatingControl.

To specify the border color and width use the ASPxRatingControl.BorderColor and ASPxRatingControl.BorderWidth properties.

See Also