Skip to main content

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