Skip to main content

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

NameDescription
ColumnsGets or sets the list of grid column configurations.

Constructors

NameDescription
GridContextResponse()Initializes a new instance of the GridContextResponse class.