Back to Devexpress

BaseContentContainer.Buttons Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-a042af77.md

latest2.5 KB
Original Source

BaseContentContainer.Buttons Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
public virtual ContentContainerButtonCollection Buttons { get; }
vb
<ListBindable(False)>
Public Overridable ReadOnly Property Buttons As ContentContainerButtonCollection

Property Value

TypeDescription
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

See Also

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace