Skip to main content
Bar

CreateStandardLayoutAction.GetObjectCore() Method

In This Article

Returns the object being manipulated by the current action.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public override object GetObjectCore()

#Returns

Type Description
Object

An object that is manipulated by the current action.

See Also