Click or drag to resize
Wizard .NET Library

EventedListTCapacity Property

Gets or sets the total number of elements the internal data structure can hold without resizing.

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public int Capacity { get; set; }
Request Example View Source

Property Value

Type: Int32
The number of elements that the EventedListT can contain before resizing is required.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionCapacity is set to a value that is less than Count.
See Also