Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public bool ShowControlBox { get; set; }

Property Value

Type Description
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