Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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