[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.RowVisibleStates

RowVisibleStates Property

RowVisibleStates

Gets the dictionary that contains information about rows' visible states. When handling the RequestRowVisibleStates, the handler adds the rows' visible states into this dictionary.

Declaration
public Dictionary<int, bool> RowVisibleStates { get; }
Public ReadOnly Property RowVisibleStates As Dictionary(Of Integer, Boolean)