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

BarEditItemLink.ActualContent2 Property

Gets the actual object displayed after the item link’s edit box. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public object ActualContent2 { get; }

Property Value

Type Description
Object

The actual object displayed after the item link’s edit box

Remarks

The ActualContent2 property returns the BarEditItemLink.UserContent2, if it’s specified. Otherwise, it returns the BarEditItem.Content2 property’s value.

See Also