Skip to main content
A newer version of this page is available. .

BaseView.LinkCount Property

Gets how many objects are connected to the View.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public virtual int LinkCount { get; }

Property Value

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