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

IBaseViewController.GetCommands(BaseView) Method

Gets the commands collection owned by the target View.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

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