BaseContentContainer.Buttons Property
Provides access to the Content Container’s WindowsUI Buttons collection.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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:
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