Skip to main content

IBaseViewController.GetCommands(BaseView) Method

Gets the commands collection owned by the target View.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

IEnumerable<BaseViewControllerCommand> GetCommands(
    BaseView view
)

Parameters

Name Type Description
view BaseView

A BaseView object whose commands are to be obtained.

Returns

Type Description
IEnumerable<DevExpress.XtraBars.Docking2010.Views.BaseViewControllerCommand>

An IEnumerable structure that stores the View’s commands.

See Also