Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DockLayoutManagerItemsNames Class

Contains fields that identify dock panels and groups in the Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

#Declaration

public static class DockLayoutManagerItemsNames

#Remarks

The standard Report Designer contains various dock panels, such as the Field List, Report Explorer, Group and Sort Panel, etc. The DockLayoutManagerItemsNames class contains fields used to identify these dock panels and groups containing several dock panels.

For an example of how to hide specific dock panels, refer to Hiding Dock Panels in the Report Designer.

#Inheritance

Object
DockLayoutManagerItemsNames
See Also