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

BarItemActionBase.GetObjectCore() Method

Returns the object being manipulated by the current action.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public override object GetObjectCore()

Returns

Type Description
Object

An object that is manipulated by the current action.

See Also