GridContextResponse
Represents a response containing grid column configurations for the document management system.
This class encapsulates a collection of grid column definitions that specify how data should be displayed in a grid view. It inherits from BaseResponse to provide common response functionality.
Properties
Name | Description |
---|---|
Columns | Gets or sets the list of grid column configurations. |
Constructors
Name | Description |
---|---|
GridContextResponse() | Initializes a new instance of the GridContextResponse class. |