GridViewColumnState Constructors
Contains information (the current state) on an individual column.Name | Parameters | Description |
---|---|---|
GridViewColumnState() | none | Initializes a new instance of the GridViewColumnState class with default settings. |
GridViewColumnState(String) | fieldName | Initializes a new instance of the GridViewColumnState class with the specified field name. |
See Also