Skip to main content
Tab

DockPanelCollection.Count Property

Gets the number of panels within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of panels within the collection.

Remarks

Individual panel can be accessed by using the DockPanelCollection.FindByUID method.

Implements

System.Collections.Generic.ICollection<DevExpress.Web.ASPxDockPanel>.Count
See Also