Back to Devexpress

BaseView.LinkCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-10f35718.md

latest1.3 KB
Original Source

BaseView.LinkCount Property

Gets how many objects are connected to the View.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual int LinkCount { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property LinkCount As Integer

Property Value

TypeDescription
Int32

An integer value representing the number of connections to the View.

|

Remarks

This property supports the internal infrastructure. Usually you do not need to use it directly.

See Also

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace