XRControlStyle.Container Property
In This Article
Gets the container of this control style object.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#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