Back to Devexpress

DetailBand.DrillDownExpanded Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-detailband-4578215e.md

latest1.5 KB
Original Source

DetailBand.DrillDownExpanded Property

Specifies whether the current report band is expanded or collapsed when using the automatic drill down feature.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
public bool DrillDownExpanded { get; set; }
vb
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(True)>
Public Property DrillDownExpanded As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if the band is expanded; otherwise, false.

|

See Also

Create Drill-Down Reports

DetailBand Class

DetailBand Members

DevExpress.XtraReports.UI Namespace