Skip to main content
Bar

BarEditItemLink.ActualContent2Template Property

Gets the template used to present the object displayed after the bar edit item’s edit box.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate ActualContent2Template { get; }

Property Value

Type Description
DataTemplate

A DataTemplate that defines the visualization of the object displayed after the bar edit item’s edit box.

Remarks

Use the BarEditItem.Content2Template property to specify the template that visualizes the object displayed after the bar edit item’s edit box (BarEditItem.Content2 and/or BarEditItemLink.UserContent2).

See Also