Based class for grid view state.
| C# |
public class GridViewStateBasic
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GridViewStateBasic()()() |
Creates a new instance.
| |
| GridViewStateBasic(String) |
Creates a new instance.
| |
| CaptionRowHeight |
The caption row height.
| |
| ColumnDefinitions |
Collection of column definitions.
| |
| 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.
| |
| FilterBarVisible |
Whether the filter bar is visible.
| |
| 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.) | |
| 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.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
View state name.
| |
| NestedGrids |
Collection of nested grids' view states.
| |
| NewRowAtBottom |
Whether the add-new row appears at the bottom.
| |
| 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.
| |
| NewRowAtTop |
Whether the add-new row appears at the top.
| |
| 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.
| |
| RecordFilters |
Collection of record filters.
| |
| RowHeight |
The row height.
| |
| ShowGroupArea |
Whether the grouping area is shown.
| |
| SortedColumns |
List of sorted columns.
| |
| SummaryRows |
Collection of summary rows.
| |
| ToString()()() |
Gets a string representation of the object.
(Overrides Object.ToString()()().) | |
| VisibleColumns |
List of visible columns.
|
| Object | ||
| GridViewStateBasic | ||
| GridViewState | ||