Back to Devexpress

DirectXForm.Items Property

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

latest1.1 KB
Original Source

DirectXForm.Items Property

Returns a collection of BarItem objects owned by this DirectXForm.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public BarItems Items { get; }
vb
<Browsable(False)>
Public ReadOnly Property Items As BarItems

Property Value

TypeDescription
BarItems

The collection of BarItems owned by this form.

|

See Also

DirectXForm Class

DirectXForm Members

DevExpress.XtraEditors Namespace