wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-09613bd1.md
Gets or sets the content of the control box region. This is a dependency property.
Namespace : DevExpress.Xpf.Docking
Assembly : DevExpress.Xpf.Docking.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public object ControlBoxContent { get; set; }
Public Property ControlBoxContent As Object
| Type | Description |
|---|---|
| Object |
An object that represents the content of the control box region.
|
The control box region represents an area within an item’s header. If the item displays specific buttons (for instance, the Close and Pin buttons), the control box region is displayed next to the buttons. You can embed custom objects in the control box region, by specifying the ControlBoxContent property.
Control box regions are supported for the following objects:
To temporarily hide the item’s control box region, use the BaseLayoutItem.ShowControlBox property.
See Also