Skip to main content
Bar

BarManagerControllerActionBase.Controller Property

Gets the BarManagerController object that owns this action.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public BarManagerController Controller { get; }

#Property Value

Type Description
BarManagerController

A BarManagerController object that owns this action.

See Also