Skip to main content

XRControl.GetEffectiveBorderColor() Method

Returns the color actually used as the control’s border color.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual Color GetEffectiveBorderColor()

Returns

Type Description
Color

A Color value representing the effective border color.

Remarks

The GetEffectiveBorderColor method returns the real border color, according to the control’s XRControl.BorderColor property value, the StylePriority.UseBorderColor property value of the control’s XRControl.StylePriority (if any styles are assigned to the control’s XRControl.Styles collection); and the value returned by the GetEffectiveBorderColor method of the control’s parent.

See Also