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