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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
XRControlStyle | An XRControlStyle object, specifying the actual values of appearance properties. |
See Also