Skip to main content
Bar

BarItemLinkActionBase.GetObjectCore() Method

Returns the object being manipulated by the current action.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public override object GetObjectCore()

Returns

Type Description
Object

An object that is manipulated by the current action.

See Also