Back to Devexpress

BaseLayoutItem.ShowControlBox Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-9b38453c.md

latest1.6 KB
Original Source

BaseLayoutItem.ShowControlBox Property

Gets or sets whether the object assigned to the BaseLayoutItem.ControlBoxContent property is visible. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool ShowControlBox { get; set; }
vb
Public Property ShowControlBox As Boolean

Property Value

TypeDescription
Boolean

true if the object assigned to the BaseLayoutItem.ControlBoxContent property is visible; otherwise, false.

|

Remarks

See the BaseLayoutItem.ControlBoxContent topic to learn more.

See Also

ControlBoxContent

ControlBoxContentTemplate

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace