Skip to main content

XRDesignPanel.ShowComponentTray Property

OBSOLETE

Use the ComponentVisibility property instead.

Use the XRDesignPanel.ComponentVisibility property instead.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
[Obsolete("Use the ComponentVisibility property instead.")]
public bool ShowComponentTray { get; set; }

Property Value

Type Description
Boolean

true, to show the Component Tray; otherwise, false.

See Also