Xceed Grid for WinForms v4.3 Documentation
ValueCount Property


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > ComboBoxItem Class : ValueCount Property
Gets the number of values contained in the item.
Syntax
'Declaration
 
Public ReadOnly Property ValueCount As Integer
'Usage
 
Dim instance As ComboBoxItem
Dim value As Integer
 
value = instance.ValueCount
public int ValueCount {get;}

Property Value

A value representing the number of values contained in the item. Can be -1 if the item does not contain values.
Requirements

Target Platforms: 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

ComboBoxItem Class
ComboBoxItem Members