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

BaseLayoutItem.ControlBoxContentTemplate Property

Gets or sets the template that defines how the object assigned to the BaseLayoutItem.ControlBoxContent property is represented onscreen. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public DataTemplate ControlBoxContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that defines the control box region’s presentation.

Remarks

See the Data Templating Overview topic in MSDN to learn more.

See Also