Skip to main content

DataLayoutControl.Site Property

Gets or sets the site associated with the current DataLayoutControl.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override ISite Site { get; set; }

Property Value

Type Description
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