Skip to main content
A newer version of this page is available.
All docs
V18.1

BackstageViewControlItemCollecton Class

A collection of BackstageViewItemBase items in a BackstageViewControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

[Browsable(false)]
public class BackstageViewControlItemCollecton :
    CollectionBase,
    IEnumerable<BackstageViewItemBase>,
    IEnumerable

Remarks

Use the BackstageViewControl.Items property to access a collection of items displayed in a BackstageViewControl. The items are displayed at the control’s left edge and can be one of the following types:

Inheritance

Object
CollectionBase
BackstageViewControlItemCollecton
See Also