Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public XRControlStyle GetEffectiveStyle()

Returns

Type Description
XRControlStyle

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

See Also