Back to Devexpress

DirectXForm.Links Property

windowsforms-devexpress-dot-xtraeditors-dot-directxform-b3b22440.md

latest1.1 KB
Original Source

DirectXForm.Links Property

Returns the collection of BarItemLink objects owned by this DirectXForm.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DirectXFormLinkCollection Links { get; }
vb
Public ReadOnly Property Links As DirectXFormLinkCollection

Property Value

TypeDescription
DevExpress.XtraEditors.DirectXFormLinkCollection

The collection of item links owned by this form.

|

See Also

DirectXForm Class

DirectXForm Members

DevExpress.XtraEditors Namespace