Skip to main content

GalleryItem.IsContainer Property

Specifies whether or not a Report Gallery item is a container for other items.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool IsContainer { get; }

Property Value

Type Description
Boolean

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

See Also