Name | Description | |
---|---|---|
AddItem | Overloaded. Adds a row to the grid and populates the new row with data. | |
Aggregate | Overloaded. Calculates aggregate statistics for a range. | |
ApplyFilters | Applies all column filters to the data on the grid. | |
ApplySearch | Overloaded. Applies search to the data on the grid. This method is obsolete. Call method with SearchHighlightMode argument instead. | |
AutoSizeCol | Overloaded. Adjusts the width of a column to fit the data. | |
AutoSizeCols | Overloaded. Adjusts the width of a column range to fit the data in a cell range. | |
AutoSizeRow | Adjusts the height of a row to fit the data. | |
AutoSizeRows | Overloaded. Adjusts the height of a row range to fit the data in a cell range. | |
BeginInit | Signals the object that initialization is starting. | |
BeginInvoke | Overloaded. (Inherited from System.Windows.Forms.Control) | |
BeginUpdate | Overridden. Maintains performance by preventing the control from updating itself until the EndUpdate method is called. | |
BringToFront | (Inherited from System.Windows.Forms.Control) | |
Clear | Overloaded. Clears a range. | |
ClearFilter | Overloaded. Clears the filter associated with a given column. | |
Contains | (Inherited from System.Windows.Forms.Control) | |
Copy | Copies the selection to the clipboard. | |
CreateControl | (Inherited from System.Windows.Forms.Control) | |
CreateGraphics | (Inherited from System.Windows.Forms.Control) | |
CreateImage | Overloaded. Creates an image of the entire grid. | |
Cut | Cuts the content of the current selection to the clipboard. | |
DeferUpdate | Suspends notifications until the returned System.IDisposable object is disposed. (Inherited from C1.Win.FlexGrid.Util.BaseControls.ScrollableControl) | |
Dispose | Overloaded. Overridden. Releases all resources used by the System.Windows.Forms.Control. | |
DoDragDrop | Overloaded. (Inherited from System.Windows.Forms.Control) | |
DrawToBitmap | (Inherited from System.Windows.Forms.Control) | |
EditFilter | Overloaded. Edits the filter associated with a given column. | |
EndInit | Signals the object that initialization is complete. | |
EndInvoke | (Inherited from System.Windows.Forms.Control) | |
EndUpdate | Overridden. Resumes updating the control after calls to the BeginUpdate method. | |
FindForm | (Inherited from System.Windows.Forms.Control) | |
FindRow | Overloaded. Finds a row that contains a specified string. | |
FindRowRegex | Finds a row that contains a specified value in a given column using a RegularExpression. | |
FinishEditing | Overloaded. Finishes editing the current cell and takes the grid out of edit mode. | |
Focus | (Inherited from System.Windows.Forms.Control) | |
GetCellCheck | Gets the state of the checkbox in a grid cell. | |
GetCellImage | Overloaded. Gets the image displayed in a grid cell. | |
GetCellRange | Overloaded. Gets a CellRange object that can be used to format and manipulate a cell. | |
GetCellRect | Overloaded. Gets a System.Drawing.Rectangle object with the coordinates of the cell within the control. | |
GetCellStyle | Overloaded. Gets a custom CellStyle associated with a cell. | |
GetCellStyleDisplay | Gets the style used to render a cell. | |
GetChildAtPoint | Overloaded. (Inherited from System.Windows.Forms.Control) | |
GetContainerControl | (Inherited from System.Windows.Forms.Control) | |
GetData | Overloaded. Gets the value of a grid cell. | |
GetDataDisplay | Overloaded. Gets the value in a grid cell, formatted as a string. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetNextControl | (Inherited from System.Windows.Forms.Control) | |
GetPreferredSize | (Inherited from System.Windows.Forms.Control) | |
GetRenderer | Gets the current C1FlexGridRenderer. | |
GetUserData | Overloaded. Gets user data associated with a cell. | |
Hide | (Inherited from System.Windows.Forms.Control) | |
HitTest | Overloaded. Returns information about the control at a specified point on the control surface. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Invalidate | Overloaded. Invalidates the control. | |
Invoke | Overloaded. (Inherited from System.Windows.Forms.Control) | |
IsCellCheckBox | Gets a value that determines whether the cell contents are displayed as a checkbox. | |
IsCellCursor | Gets a value that determines if a cell contains the grid cursor. | |
IsCellFixed | Gets a value that determines if a cell belongs to a fixed row or column. | |
IsCellHighlighted | Gets a value that determines if a cell is part of the selection and should be highlighted. | |
IsCellHovered | Gets a value that determines if a cell is hovered. | |
IsCellSelected | Gets a value that determines if a cell is selected. | |
IsCellSelectedColumnHeader | Gets a value that determines if a cell is a column header with selection in this column. | |
IsCellSelectedRowHeader | Gets a value that determines if a cell is a row header with selection in this row. | |
IsCellValid | Gets a value that determines if a pair of cell coordinates are valid. | |
LogicalToDeviceUnits | Overloaded. (Inherited from System.Windows.Forms.Control) | |
MeasureCellSize | Overloaded. Measures the specified cell when drawn. | |
Paste | Pastes the content of the clipboard onto the current selection. | |
PerformLayout | Overloaded. (Inherited from System.Windows.Forms.Control) | |
PointToClient | (Inherited from System.Windows.Forms.Control) | |
PointToScreen | (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | (Inherited from System.Windows.Forms.Control) | |
PreProcessMessage | (Inherited from System.Windows.Forms.Control) | |
PrintGrid | Overloaded. Prints the grid, optionally showing a page setup or print preview dialog. | |
RaiseGridError | Manually raises the GridError event. | |
ReadXml | Overloaded. Loads the grid from an Xml document. | |
RectangleToClient | (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | (Inherited from System.Windows.Forms.Control) | |
Refresh | (Inherited from System.Windows.Forms.Control) | |
RemoveItem | Overloaded. Removes the last row from the grid. | |
RemoveOutdatedGroups | Removes old groups from sorting. | |
ResetText | (Inherited from System.Windows.Forms.Control) | |
ResumeLayout | Overloaded. (Inherited from System.Windows.Forms.Control) | |
Scale | (Inherited from System.Windows.Forms.Control) | |
ScaleBitmapLogicalToDevice | (Inherited from System.Windows.Forms.Control) | |
Select | Overloaded. Selects a range of cells. | |
SelectNextControl | (Inherited from System.Windows.Forms.Control) | |
SendToBack | (Inherited from System.Windows.Forms.Control) | |
SetBounds | Overloaded. (Inherited from System.Windows.Forms.Control) | |
SetCellCheck | Sets the state of the checkbox in a grid cell. | |
SetCellImage | Overloaded. Sets the image displayed in a grid cell. | |
SetCellStyle | Overloaded. Assigns a custom CellStyle to a cell. | |
SetData | Overloaded. Assigns a value to a grid cell. | |
SetDataBinding | Overloaded. Sets the DataSource and DataMember properties. | |
SetUserData | Overloaded. Assigns user data to a cell. | |
Show | (Inherited from System.Windows.Forms.Control) | |
ShowCell | Scrolls a cell into view. | |
ShowColumnPicker | Shows Column pickers window. | |
ShowSortAt | Shows the sorting glyph on a column header. | |
Sort | Overloaded. Sorts the grid contents based on a column. | |
StartEditing | Overloaded. Puts the grid in edit mode and starts editing a cell. | |
Subtotal | Overloaded. Groups rows based on cell contents and calculates aggregate values. | |
SuspendLayout | (Inherited from System.Windows.Forms.Control) | |
ToString | (Inherited from System.ComponentModel.Component) | |
Update | (Inherited from System.Windows.Forms.Control) | |
WriteXml | Overloaded. Saves the grid contents to an Xml document. |