Name | Description | |
---|---|---|
AccessibilityObject | (Inherited from System.Windows.Forms.Control) | |
AccessibleDefaultActionDescription | (Inherited from System.Windows.Forms.Control) | |
AccessibleDescription | (Inherited from System.Windows.Forms.Control) | |
AccessibleName | (Inherited from System.Windows.Forms.Control) | |
AccessibleRole | (Inherited from System.Windows.Forms.Control) | |
AllowAddNew | Gets or sets whether the grid should display a new row template after the last data row. | |
AllowDelete | Gets or sets whether the grid should monitor the keyboard and handle the DEL key. | |
AllowDragging | Gets or sets whether the user is allowed to drag rows and columns with the mouse. | |
AllowEditing | Gets or sets whether the user is allowed to edit grid contents. | |
AllowFiltering | Gets or sets whether the user is allowed to filter the data. | |
AllowFreezing | Gets or sets whether the user is allowed to freeze rows and columns with the mouse. | |
AllowNodeCellCheck | Gets or sets whether the user is allowed to change the state of the checkbox in a grid node. | |
AllowPinning | Gets or sets a value that determines whether the grid should add pin buttons to the column headers and how the pin buttons behave. | |
AllowResizing | Gets or sets whether the user is allowed to resize rows and columns with the mouse. | |
AllowSorting | Gets or sets whether the user is allowed to sort columns using the mouse. | |
Anchor | (Inherited from System.Windows.Forms.Control) | |
AreRowDetailsFrozen | Gets or sets the System.Boolean value specifying whether row details should be horizontally scrolled along with the C1FlexGrid control content. | |
AutoClipboard | Gets or sets whether the grid should handle the clipboard keys and automatically perform cut, copy, paste, and delete operations. | |
AutoGenerateColumns | Gets or sets whether columns are automatically created when the grid is bound to a data source. | |
AutoResize | Gets or sets whether column widths are automatically adjusted when data is loaded. | |
AutoScrollOffset | (Inherited from System.Windows.Forms.Control) | |
AutoSearch | Gets or sets whether the grid should move the cursor searching for entries as the user types. | |
AutoSearchDelay | Gets or sets the delay (in seconds) before the AutoSearch buffer is reset. | |
BackColor | Overridden. Gets or sets the background color for the control. | |
BackgroundImage | (Inherited from System.Windows.Forms.Control) | |
BackgroundImageLayout | (Inherited from System.Windows.Forms.Control) | |
BindingContext | (Inherited from System.Windows.Forms.Control) | |
BorderStyle | Gets or sets the type of border around the control. (Inherited from C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl) | |
Bottom | (Inherited from System.Windows.Forms.Control) | |
BottomRow | Gets the last visible row in the scrollable area. | |
Bounds | (Inherited from System.Windows.Forms.Control) | |
C1SuperErrorProvider | Gets or sets an C1SuperErrorProvider object used to indicate error state of the control. | |
CanFocus | (Inherited from System.Windows.Forms.Control) | |
CanSelect | (Inherited from System.Windows.Forms.Control) | |
Capture | (Inherited from System.Windows.Forms.Control) | |
CausesValidation | (Inherited from System.Windows.Forms.Control) | |
CellButtonImage | Gets or sets the image to be used in cell buttons. | |
CellLabelDelay | Gets or sets the period of time, in milliseconds, that the mouse pointer remains over a cell whose contents are partially hidden, before the tooltip label is displayed. | |
ClientRectangle | (Inherited from System.Windows.Forms.Control) | |
ClientSize | (Inherited from System.Windows.Forms.Control) | |
Clip | Gets the contents of the selected ranges. Sets the contents to the current selected range. | |
ClipboardCopyMode | Gets or sets what parts of the grid are copied to the clipboard when the AutoClipboard property is set to true. | |
ClipSeparators | Gets or sets the characters used as row and column separators in clip strings. | |
Col | Gets or sets the column that contains the cursor. | |
Cols | Gets the collection of Column objects in the grid. | |
ColSel | Gets or sets the last column in the current selection. | |
ColumnCaptionAsAlias | Gets or sets the System.Boolean value specifying whether the column caption will be used as an alias in expressions. | |
ColumnContextMenuEnabled | Gets or sets the System.Boolean value specifying whether column context menu should be opened when the user performs right mouse click on the column header. | |
ColumnPickerInfo | Gets the Column picker info of FlexGrid. | |
ComboBoxEditor | Gets a ComboBoxEditor object that provides easy access to properties of the currently active ComboBox editor. | |
ComboList | Gets or sets the list of items to be used by the drop-down editor. | |
CompanyName | (Inherited from System.Windows.Forms.Control) | |
Container | (Inherited from System.ComponentModel.Component) | |
ContainsFocus | (Inherited from System.Windows.Forms.Control) | |
ContextMenu | (Inherited from System.Windows.Forms.Control) | |
ContextMenuStrip | (Inherited from System.Windows.Forms.Control) | |
Controls | (Inherited from System.Windows.Forms.Control) | |
Created | (Inherited from System.Windows.Forms.Control) | |
Cursor | (Inherited from System.Windows.Forms.Control) | |
CursorCell | Gets a CellRange object that contains the cell at coordinates Row, Col. | |
CustomComparer | Gets or sets a custom comparer object used by the grid to perform grouping, merging, and searching operations. | |
DataBindings | (Inherited from System.Windows.Forms.Control) | |
DataMember | Gets or sets the specific list in a DataSource object that the grid should display. | |
DataSource | Gets or sets the data source for the grid. | |
DeviceDpi | (Inherited from System.Windows.Forms.Control) | |
DisplayRectangle | (Inherited from System.Windows.Forms.Control) | |
Disposing | (Inherited from System.Windows.Forms.Control) | |
Dock | (Inherited from System.Windows.Forms.Control) | |
DoubleBuffer | Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker. | |
DragMode | Gets or sets a value that determines if the user can drag data from the control. | |
DrawMode | Gets or sets whether the control should fire the OwnerDrawCell event. | |
DropMode | Gets or sets a value that determines if the control can accept data that the user drags onto it. | |
EditMask | Gets or sets the input mask to use when editing cells. | |
EditOptions | Gets or sets an EditFlags flags that affect the grid's editing behavior. | |
Editor | Gets or sets a reference to the cell editor that is currently active. | |
EmptyAsNull | If True then empty strings from editor are interpreted as null values. | |
Enabled | (Inherited from System.Windows.Forms.Control) | |
ExtendLastCol | Gets or sets whether the last column should be extended to fill the control. | |
FilterDefinition | Gets or sets an XML string containing the current filter state. | |
Focused | (Inherited from System.Windows.Forms.Control) | |
FocusRect | Gets or sets the type of focus rectangle to display. | |
Font | (Inherited from System.Windows.Forms.Control) | |
Footers | Gets the footers. Footers are the rows below grid that contain summary information. | |
ForeColor | Overridden. Gets or sets the foreground color for the control. | |
Glyphs | Gets the collection of control glyphs (images used to show sorting, check boxes, etc). | |
GroupDefinition | Gets or sets an XML string containing the current grouping state. | |
GroupDescriptions | Gets or sets a collection of GroupDescription objects that describe how items in the data source are grouped in the grid. | |
GroupHeaderFormat | Gets or sets the format string used to create group headers for each GroupDescription. The GroupHeaderFormat contains placeholders for the group name, current value, and item count. The placeholders are enclosed in curly brackets. For example, the default value for the GroupHeaderFormat property is: "{name}: {value} ({count} items)" | |
Handle | (Inherited from System.Windows.Forms.Control) | |
HasChildren | (Inherited from System.Windows.Forms.Control) | |
Height | (Inherited from System.Windows.Forms.Control) | |
HideGroupedColumns | Gets or sets a value that determines whether columns included in the GroupDescriptions collection should be hidden automatically. | |
HighLight | Gets or sets when to highlight selected cells. | |
HoverMode | Gets or sets the grid's mouse hover highlighting behavior. | |
IconsStyle | Gets or sets style of icons that are used in the C1FlexGrid. | |
IgnoreDiacritics | Gets or sets a value that determines whether the filter should ignore diacritics (accents) when comparing values. | |
ImeMode | (Inherited from System.Windows.Forms.Control) | |
InvokeRequired | (Inherited from System.Windows.Forms.Control) | |
IsAccessible | (Inherited from System.Windows.Forms.Control) | |
IsDisposed | (Inherited from System.Windows.Forms.Control) | |
IsHandleCreated | (Inherited from System.Windows.Forms.Control) | |
IsMirrored | (Inherited from System.Windows.Forms.Control) | |
Item | Overloaded. Gets or sets the data in a grid cell. | |
KeyActionEnter | Gets or sets the action to be performed when the user presses the ENTER key. | |
KeyActionTab | Gets or sets the action to be performed when the user presses the TAB key. | |
Language | Gets or sets the language to use when localizing the column filters. | |
LayoutEngine | (Inherited from System.Windows.Forms.Control) | |
Left | (Inherited from System.Windows.Forms.Control) | |
LeftCol | Gets or sets the first visible column in the scrollable area. | |
Location | (Inherited from System.Windows.Forms.Control) | |
Margin | (Inherited from System.Windows.Forms.Control) | |
MarqueeStyle | Gets or sets a set of properties that control the appearance of Marquee border. | |
MaximumSize | (Inherited from System.Windows.Forms.Control) | |
MinimumSize | (Inherited from System.Windows.Forms.Control) | |
MouseCol | Gets the index of the column under the cursor. | |
MouseRow | Gets the index of the row under the cursor. | |
Name | (Inherited from System.Windows.Forms.Control) | |
NewRowWatermark | Gets or sets a string that is displayed over the new row template when the AllowAddNew property is set to true. | |
Nodes | Gets an array containing all zero-level Node rows on the grid. | |
NullEmptyString | Gets or sets a value to be displayed in group headers and filter editors to represent null values or empty strings.
By default, this property is set to "(null);(empty)". | |
Padding | (Inherited from System.Windows.Forms.Control) | |
Parent | (Inherited from System.Windows.Forms.Control) | |
PreferredSize | (Inherited from System.Windows.Forms.Control) | |
PreserveEditMode | Gets or sets flag that specify entering edit mode of cell after exiting from previous cell with arrow keys or tab key. | |
PrintParameters | Gets a GridPrinter object that specifies printing parameters for the grid. | |
ProductName | (Inherited from System.Windows.Forms.Control) | |
ProductVersion | (Inherited from System.Windows.Forms.Control) | |
RecreatingHandle | (Inherited from System.Windows.Forms.Control) | |
Redraw | Gets or sets whether the grid should paint its contents. | |
Region | (Inherited from System.Windows.Forms.Control) | |
Renderer | Gets or sets a C1FlexGridRenderer used to customize the look and feel of the control. | |
Right | (Inherited from System.Windows.Forms.Control) | |
RightCol | Gets the last visible column in the scrollable area. | |
RightToLeft | (Inherited from System.Windows.Forms.Control) | |
Row | Gets or sets the row that contains the cursor. | |
RowDetailProvider | Gets or sets the delegate method which creates the detail control for displaying. | |
RowDetailsVisibilityMode | Gets or sets a RowDetailsVisibilityMode value that specifies when the detail control is displayed. | |
Rows | Gets the collection of Row objects in the grid. | |
RowSel | Gets or sets the last row in the current selection. | |
ScrollableRectangle | Overridden. Gets a rectangle that defines the scrollable portion of the control. | |
ScrollBars | Gets or sets which scroll bars should appear on the control. (Inherited from C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl) | |
ScrollBarsVisible | Gets a C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.ScrollBars value that indicates which scrollbars are currently visible. (Inherited from C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl) | |
ScrollOptions | Gets or sets a ScrollFlags value that specifies the grid scrolling behavior. | |
ScrollPosition | Gets or sets the location of the auto-scroll position. (Inherited from C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl) | |
SearchDefinition | Gets or sets an XML string containing the current search state. | |
Selection | Gets the current selected range in normalized form. | |
SelectionMode | Gets or sets the grid's selection behavior. | |
SelectionRanges | Gets the selected ranges in normalized form. MultiRange only. | |
ShowButtons | Gets or sets when to display combo buttons in cells. | |
ShowCellLabels | Gets or sets whether the grid should display labels over cells whose contents are partially hidden. | |
ShowCursor | Gets or sets whether the grid displays a record selector image on the first fixed column. | |
ShowErrors | Gets or sets whether the grid should display error information in cells and rows. | |
ShowFilterIcon | Gets or sets a value indicating whether the column filter icon is displayed. | |
ShowSort | Gets or sets whether the grid should display sorting glyphs (a triangle) on the headers of sorted columns. | |
ShowSortPosition | Gets or sets a value that determines the position of the sort glyphs within column header cells. | |
ShowThemedHeaders | Gets or sets whether the control should use Xp themes for displaying row or column headers. | |
Site | (Inherited from System.Windows.Forms.Control) | |
Size | (Inherited from System.Windows.Forms.Control) | |
SortColumn | Gets a reference to the column that defines the current sort applied to the grid. | |
SortDefinition | Gets or sets an XML string containing the current sorting state. | |
Styles | Gets the collection of cell styles defined in the grid. | |
SubtotalPosition | Gets or sets whether node rows appear above or below the data. | |
TabIndex | (Inherited from System.Windows.Forms.Control) | |
TabStop | (Inherited from System.Windows.Forms.Control) | |
Tag | (Inherited from System.Windows.Forms.Control) | |
Top | (Inherited from System.Windows.Forms.Control) | |
TopLevelControl | (Inherited from System.Windows.Forms.Control) | |
TopRow | Gets or sets the first visible row in the scrollable area. | |
Transposed | Gets or sets the grid transpose mode. If set to true it flips the table so that rows become columns, and columns become rows, creating an inverted grid, but not grid data.
Sometimes, it is convenient to show data horizontally, as in the case when the entries (rows) are fewer than properties (columns). | |
Tree | Gets a reference to the GridTree object that controls the appearance of the outline tree in the grid. | |
UseCompatibleTextRendering | Specifies whether text rendering should be compatible with previous releases of WinForms. | |
UseWaitCursor | (Inherited from System.Windows.Forms.Control) | |
Visible | (Inherited from System.Windows.Forms.Control) | |
VisualStyle | Gets or sets a value that determines the overall appearance of the control. | |
Width | (Inherited from System.Windows.Forms.Control) |