Border.BorderColor Property
Gets or sets the border color.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Color | String.Empty | A Color object that represents the border color. |
Remarks
Use the BorderColor property to specify the border color. This property is set using a Color object.
See Also