Back to Devexpress

XRDesignBarManager.LayoutToolbar Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignbarmanager-7ad2e870.md

latest1.8 KB
Original Source

XRDesignBarManager.LayoutToolbar Property

For internal use. Gets or sets the Layout Toolbar controlled by this bar manager.

Namespace : DevExpress.XtraReports.UserDesigner

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public Bar LayoutToolbar { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property LayoutToolbar As Bar

Property Value

TypeDefaultDescription
Barnull

A Bar object, which specifies the Layout Toolbar.

|

Remarks

The following image demonstrates the Layout Toolbar.

This property is intended for internal use only, and normally you don’t need to call it directly from your code.

See Also

End-User Report Designer with a Standard Toolbar

XRDesignBarManager Class

XRDesignBarManager Members

DevExpress.XtraReports.UserDesigner Namespace