Back to Devexpress

XRControl.GetEffectiveBorderColor() Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-f8b33751.md

latest1.9 KB
Original Source

XRControl.GetEffectiveBorderColor() Method

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public virtual Color GetEffectiveBorderColor()
vb
Public Overridable Function GetEffectiveBorderColor As Color

Returns

TypeDescription
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

Appearance Properties

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace