Skip to main content

BaseContentContainer.Buttons Property

Provides access to the Content Container’s WindowsUI Buttons collection.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[ListBindable(false)]
public virtual ContentContainerButtonCollection Buttons { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.ContentContainerButtonCollection

A ContentContainerButtonCollection object that stores the Content Container’s WindowsUI Buttons.

Remarks

The Buttons collection stores Custom Buttons used within the current Content Container. Each button can be regular (push) or check type. The figure below shows the example:

DocumentManager - WindowsUI Buttons

Two Custom Buttons visible in the TileContainer‘s top right corner are WindowsUIButtons stored in the Buttons collection. See the WindowsUI Buttons topic to learn more.

Note

PageGroups are the only Content Containers that cannot display Custom Buttons

See Also