[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Selection.Count

Count Property

Count

Gets the number of components currently selected in the designer.

Declaration
public int Count { get; }
Property Value
Type Description
int

The count of selected components. This includes controls, sections, and other design-time components that are currently selected within the ActiveReports designer environment.

Implements