Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseContentContainer.Buttons Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.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