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.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public XRControlStyle GetEffectiveStyle()

Returns

Type Description
XRControlStyle

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

See Also