BaseView.LinkCount Property
Gets how many objects are connected to the View.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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