Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / RequestRowVisibleStatesEventArgs Class
Properties


In This Topic
    RequestRowVisibleStatesEventArgs Class Members
    In This Topic

    The following tables list the members exposed by RequestRowVisibleStatesEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RequestRowVisibleStatesEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the first row index of the row range for finding the rows visible states.  
    Public PropertyGets the number of the row range of where to find the rows visible states.  
    Public PropertyGets the dictionary that contains information about rows' visible states. When handling the RequestRowVisibleStates, the handler adds the rows' visible states into this dictionary.  
    Top
    See Also