Skip to main content

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

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRControlStyle GetEffectiveStyle()

Returns

Type Description
XRControlStyle

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

See Also