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

XRControlStyle.Container Property

Gets the container of this control style object.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public IContainer Container { get; }

Property Value

Type Description
IContainer

An IContainer object which represents the container of this control style.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also