Class ComboBoxAdv.ImageIndexItem
Inheritance
System.Object
ComboBoxAdv.ImageIndexItem
Assembly: Syncfusion.Tools.Windows.dll
public class ImageIndexItem : Object
Constructors
Declaration
Declaration
public ImageIndexItem(ComboBoxAdv combo, object item)
Parameters
| Type |
Name |
Description |
| ComboBoxAdv |
combo |
|
| System.Object |
item |
|
Declaration
public ImageIndexItem(ComboBoxAdv combo, object item, int imageIndex)
Parameters
| Type |
Name |
Description |
| ComboBoxAdv |
combo |
|
| System.Object |
item |
|
| System.Int32 |
imageIndex |
|
Properties
Declaration
public int ImageIndex { get; set; }
Property Value
Declaration
public string Name { get; }
Property Value