Skip to main content
A newer version of this page is available. .

GridBaseColumnState Constructors

Serves as a base class for the CardViewColumnState, GridLookupColumnState, and GridViewColumnState classes.
Name Parameters Description
GridBaseColumnState() none Initializes a new instance of the GridBaseColumnState class with default settings.
GridBaseColumnState(String) fieldName Initializes a new instance of the GridBaseColumnState class with the specified field name.
See Also