Back to Devexpress

XRControlStyle.Site Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstyle-1a851e3b.md

latest1.4 KB
Original Source

XRControlStyle.Site Property

Gets or sets the site associated with this control style.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public virtual ISite Site { get; set; }
vb
<Browsable(False)>
Public Overridable Property Site As ISite

Property Value

TypeDescription
ISite

An ISite object associated with the component; or a null reference ( Nothing in Visual Basic), if the component does not have a site.

|

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