Back to Devexpress

XRControlStyle.Container Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstyle-355bbded.md

latest1.3 KB
Original Source

XRControlStyle.Container Property

Gets the container of this control style object.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public IContainer Container { get; }
vb
<Browsable(False)>
Public ReadOnly Property Container As IContainer

Property Value

TypeDescription
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

XRControlStyle Class

XRControlStyle Members

DevExpress.XtraReports.UI Namespace