A newer version of this page is available.
Switch to the current version.
XtraReport.Expanded Property
For internal use. Overrides the Band.Expanded property, to hide it.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(false)]
public override bool Expanded { get; set; }
<Browsable(False)>
Public Overrides Property Expanded As Boolean
Property Value
Type |
---|
Boolean |
Remarks
The Expanded property is hidden, because it isn't appropriate for the XtraReport class.
See Also
Feedback