Xceed Toolkit Plus for WPF v4.6 Documentation
Add(Object) Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.PropertyGrid.Attributes Namespace > ItemCollection Class > Add Method : Add(Object) Method
The value to add.
Adds an object to the ItemCollection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As ItemCollection
Dim value As Object
 
instance.Add(value)
public void Add( 
   object value
)

Parameters

value
The value to add.
Remarks
The item's DisplayName will be set to a string representation of the Value.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ItemCollection Class
ItemCollection Members
Overload List