SetGridStateRequest<TUserId,TGridId> class

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

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

Public Members

namedescription
SetGridStateRequest()The default constructor.
GridId { get; set; }The unique identifier for the current grid.
GridState { get; set; }The current grid state to save.
UserId { get; set; }The unique identifier for the current user.

See Also