Skip to main content
A newer version of this page is available. .

GalleryState.ExpandedIDs Property

Provides access to the collection that contains IDs of expanded nodes.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public List<string> ExpandedIDs { get; }

Property Value

Type Description
List<String>

A collection of strings that specify IDs of expanded nodes.

See Also