BCGSoft.Controls.Grid Namespace : GridData Class |
The following tables list the members exposed by GridData.
Name | Description | |
---|---|---|
![]() | GridData Constructor | Creates a nd initializes an instance of the GridData object. |
Name | Description | |
---|---|---|
![]() | AccessRealDataOnly | Gets or sets a value that indicates whether the GridData operates the real data for sort operations, or creates a sort index. |
![]() | AllTopLevelNodesCollapsed | Gets a value that indicates whether all top level nodes (in group mode) are collapsed. |
![]() | AutoExpandItemCollection | Gets or sets a value that indicates whether to expand GridDataRow.ItemCollection automatically if some external code tries to access data at an index that exceeds collection Count. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DisableAutoFitRowContent | Gets or sets a value that enables or disables "auto fot row content" feature. |
![]() | EnableCustomSort | Gets or sets a value that enables or disables custom sort. |
![]() | GroupDataIndexes | Gets the collection of indexes the Grid data is grouped by. |
![]() | GroupIndexCollection | Gets a collection of rows that is served as a flat representation of group tree. |
![]() | HideFilteredRows | Gets or sets a value that indicates whether filtered out rows should be hidden or their height should be set to 0. |
![]() | IsGroupMode | Gets a value that indicates whether GridData works in group mode. |
![]() | MaxGroupLevel | Gets maximal group level. |
![]() | RootNodes | Gets a collection of root nodes. |
![]() | RowCollection | Collection of rows. |
![]() | RowCount | Gets or sets the number of rows in Virtual Mode. |
![]() | SingleFilterMode | Gets or sets a value that switches between single and multiple filter modes. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | VirtualMode | Gets or sets a value that puts the GridData in Virtual Mode. |
![]() | VisibleRowCount | Get the number of visible rows. |
![]() | VisibleRows | Gets collection of visible row indexes. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | AddGroup | Overloaded. Adds a group. |
![]() | AddGroups | Adds several groups at once. |
![]() | AddRowToGroup | Adds a row to group. |
![]() | AddSubNode | Adds a sub-node to existing group. Usually you don't need to call this method. |
![]() | Clear | Clears group and sort indexes. |
![]() | ClearGroups | Clears groups. |
![]() | ClearSort | Clears sort. |
![]() | Collapse | Overloaded. Collapses a group node and raises layout changed event if necessary. |
![]() | CollapseAll | Collapses or expands all nodes. |
![]() | CompareElements | Raises the GridCompareElements event. |
![]() | CreateGroup | |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetRow | Returns a row located at the specified index. |
![]() | GetRowCount | Gets the number of rows. |
![]() | GetRowHeight | Returns row height. |
![]() | GetRowIndex | Overloaded. Returns index of row that contains the specified GridDataItem by looking for this item within specified row range. |
![]() | GetRowsInGroup | Gets rows contained in specified group. |
![]() | GetSortedRow | Retrieves a sorted row located at the specified index. |
![]() | GetTotalRowHeight | Calculates total row height. |
![]() | GetVirtualRow | Returns dummy row in Virtual Mode. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | NotifyItemDataChanged | Raises the ItemDataChanged event. |
![]() | RaiseGridLayoutChanged | Raises the GridLayoutChanged event. |
![]() | RebuildIndex | Rebuilds group index from group tree. |
![]() | RemoveGroupByColumn | Removes a group. |
![]() | RemoveGroupNode | Removes a group node from the group tree. |
![]() | RemoveRowFromGroup | Removes a row from its group. |
![]() | Sort | Sorts rows by specified column in specified order. |
![]() | SortData | Sorts data in the specified range. |
![]() | SortGroupNode | Sorts rows that belong to a group node. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnGridCompareElements | |
![]() | OnGridLayoutChanged | |
![]() | OnItemDataChanged | |
![]() | raise_GridCompareElements | |
![]() | raise_GridLayoutChanged | |
![]() | raise_GroupCollectionChanged | |
![]() | raise_ItemDataChanged |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | GridCompareElements | Raised when it's required to compare two elements for sort operation. |
![]() | GridLayoutChanged | Raised when Grid layout should be recalculated. |
![]() | GroupCollectionChanged | Raised when collection of indexes the grid data is grouped by has changed. |
![]() | ItemDataChanged | Raised when GridDataItem.ItemData has changes. |