Skip to main content
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.v14.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