Back to Devexpress

XRControl.GetEffectiveStyle() Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-0208c018.md

latest1.6 KB
Original Source

XRControl.GetEffectiveStyle() Method

Returns the actual visual style of a control taking into account all formatting rules and odd/even styles applied to the control.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XRControlStyle GetEffectiveStyle()
vb
Public Function GetEffectiveStyle As XRControlStyle

Returns

TypeDescription
XRControlStyle

An XRControlStyle object, specifying the actual values of appearance properties.

|

See Also

Customize Appearance

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace