Back to Devexpress

DataLayoutControl.Site Property

windowsforms-devexpress-dot-xtradatalayout-dot-datalayoutcontrol-52acee6c.md

latest1.3 KB
Original Source

DataLayoutControl.Site Property

Gets or sets the site associated with the current DataLayoutControl.

Namespace : DevExpress.XtraDataLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override ISite Site { get; set; }
vb
Public Overrides Property Site As ISite

Property Value

TypeDescription
ISite

A System.ComponentModel.ISite object.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

DataLayoutControl Class

DataLayoutControl Members

DevExpress.XtraDataLayout Namespace