[]
Gets the dictionary that contains information about rows' visible states. When handling the RequestRowVisibleStates, the handler adds the rows' visible states into this dictionary.
public Dictionary<int, bool> RowVisibleStates { get; }
Public ReadOnly Property RowVisibleStates As Dictionary(Of Integer, Boolean)