GetGridStateRequest<TUserId,TGridId> class
Request data interface sent by the data grid to get the current grid state. Server Side Storage Service
public class GetGridStateRequest<TUserId, TGridId>
| parameter | description | 
|---|---|
| TUserId | The type of the user identifier. | 
| TGridId | The type of the grid identifier. | 
Public Members
| name | description | 
|---|---|
| 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
- namespace DataGridVueDotnet
- GetGridStateRequest.cs