Skip to main content

ReportDesignerCommandContainer Class

Contains all commands used in a Silverlight Report Designer.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public class ReportDesignerCommandContainer

#Returned By

The ReportDesignerViewModel.CommandContainer property returns an instance of ReportDesignerCommandContainer.

#Remarks

All commands stored in the ReportDesignerCommandContainer class are listed in the ReportDesignerCommand enumeration.

#Inheritance

Object
ReportDesignerCommandContainer
See Also