Back to Devexpress

BaseRow.Site Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-85d3845f.md

latest1.6 KB
Original Source

BaseRow.Site Property

Gets or sets a System.ComponentModel.ISite for a row.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

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

Property Value

TypeDescription
ISite

A System.ComponentModel.ISite for a row.

|

Remarks

Site binds a row to its Container and enables communication between them. It also provides a way for the container to manage its components.

See Also

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace