Skip to main content

GalleryItem.IsRootContainer Property

Specifies whether or not a Report Gallery item is a root container.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool IsRootContainer { get; }

Property Value

Type Description
Boolean

true, if the current item is a root container; otherwise, false.

See Also