[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.MultiColumnDictionary.Item

this Property

this[object]

Gets or sets the value associated with the specified key

Declaration
public object this[object i] { get; set; }
Parameters
Type Name Description
object i

The key of the value to get or set.

Implements