GetGridStateRequest<TUserId,TGridId> class

Request data interface sent by the data grid to get the current grid state. Server Side Storage Serviceopen in new window

public class GetGridStateRequest<TUserId, TGridId>
parameterdescription
TUserIdThe type of the user identifier.
TGridIdThe type of the grid identifier.

Public Members

namedescription
GetGridStateRequest()The default constructor.
GridId { get; set; }The unique identifier for the current grid.
UserId { get; set; }The unique identifier for the current user.

See Also