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
#Property Value
Type | Description |
---|---|
DevExpress. |
A Content |
#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
Page