XRDesignPanel.ShowComponentTray Property
OBSOLETE
Use the ComponentVisibility property instead.
Use the XRDesignPanel.ComponentVisibility property instead.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.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