BaseComboBoxCellObjectCollectionItem Property
This is used to set or get items by index position
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public Object? this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Object
Get
Set
public:
virtual property Object^ default[int index] {
Object^ get (int index) sealed;
void set (int index, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
- index Int32
- The index position of the item to set or get
ObjectIListItemInt32