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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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