IBaseViewController.GetCommands(BaseView) Method
Gets the commands collection owned by the target View.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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