Contains the visual properties, settings, and preferences of a grid.
| C# |
public class GridViewState : GridViewStateBasic
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GridViewState()()() |
Creates a new instance, for serialization support only.
| |
| GridViewState(String) |
Creates a new instance.
| |
| CaptionRowHeight |
The caption row height.
(Inherited from GridViewStateBasic.) | |
| ColumnDefinitions |
Collection of column definitions.
(Inherited from GridViewStateBasic.) | |
| DefaultFilterBarVisible |
Whether the filter bar is visible.
| |
| DefaultGroupBarVisible |
Whether the group bar is visible.
| |
| DefaultNewRowAtBottom |
Whether the add-new row is shown at the bottom.
| |
| DefaultNewRowAtTop |
Whether the add-new row is shown at the top.
| |
| DefaultShowGroupArea |
Whether the grouping area is shown.
| |
| Equals(Object) | (Inherited from Object.) | |
| FilterBarVisbileState |
Value indicating whether the filter bar is visible, where 1 = yes, 0 = no, and -1 = default/unspecified.
This property exists to support serialization.
(Inherited from GridViewStateBasic.) | |
| FilterBarVisible |
Whether the filter bar is visible.
(Inherited from GridViewStateBasic.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetFilePath(String) |
Gets the full path to a view state file.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GroupedColumns |
List of grouped columns.
(Inherited from GridViewStateBasic.) | |
| LoadState(String) |
Loads the view state for a given name.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
View state name.
(Inherited from GridViewStateBasic.) | |
| NestedGrids |
Collection of nested grids' view states.
(Inherited from GridViewStateBasic.) | |
| NewRowAtBottom |
Whether the add-new row appears at the bottom.
(Inherited from GridViewStateBasic.) | |
| NewRowAtBottomState |
Value indicating whether the add-new row appears at the bottom, where 1 = yes, 0 = no, and -1 = default/unspecified.
This property exists to support serialization.
(Inherited from GridViewStateBasic.) | |
| NewRowAtTop |
Whether the add-new row appears at the top.
(Inherited from GridViewStateBasic.) | |
| NewRowAtTopState |
Value indicating whether the add-new row appears at the top, where 1 = yes, 0 = no, and -1 = default/unspecified.
This property exists to support serialization.
(Inherited from GridViewStateBasic.) | |
| PersistState(String, GridViewState) |
Saves view state to a file.
| |
| RecordFilters |
Collection of record filters.
(Inherited from GridViewStateBasic.) | |
| RowHeight |
The row height.
(Inherited from GridViewStateBasic.) | |
| ShowGroupArea |
Whether the grouping area is shown.
(Inherited from GridViewStateBasic.) | |
| SortedColumns |
List of sorted columns.
(Inherited from GridViewStateBasic.) | |
| SummaryRows |
Collection of summary rows.
(Inherited from GridViewStateBasic.) | |
| ToString()()() |
Gets a string representation of the object.
(Inherited from GridViewStateBasic.) | |
| VisibleColumns |
List of visible columns.
(Inherited from GridViewStateBasic.) |
| Object | ||
| GridViewStateBasic | ||
| GridViewState | ||