Public Properties
AllowColMove (inherited from Split) |
Gets or sets a value indicating the ability to move columns. |
AllowColSelect (inherited from Split) |
Gets or sets a value indicating the ability to select columns. |
AllowFocus (inherited from Split) |
Gets or sets a value indicating whether the split can recive focus. |
AllowHorizontalSizing (inherited from Split) |
Gets or sets a value indicating whether a user is allowed to resize horizontal splits. |
AllowRowSelect (inherited from Split) |
Gets or sets a value indicating the ability to select rows. |
AllowRowSizing (inherited from Split) |
Gets or sets how interactive row resizing is performed. |
AllowVerticalSizing (inherited from Split) |
Gets or sets a value indicating whether a user is allowed to resize vertical splits. |
AlternatingRowStyle (inherited from Split) |
Gets or sets a value indicating whether the split uses the OddRowStyle for odd-numbered rows and EvenRowStyle for even-numbered rows. |
BorderStyle (inherited from View) |
Gets or sets the type of border rendered for a split. |
Caption (inherited from Split) |
Gets or sets the caption. |
CaptionHeight (inherited from Split) |
Gets or sets the height of the caption. |
CaptionStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of the caption area. |
ColumnCaptionHeight (inherited from Split) |
Gets or sets the height of the column captions. |
ColumnFooterHeight (inherited from Split) |
Gets or sets the height of column footers. |
CurrentCellVisible (inherited from Split) |
Gets or sets a value indicating the visibility of the current cell in a split. |
DisplayColumns (inherited from Split) |
Gets a collection of C1DisplayColumn objects. |
EditorStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of the cell editor within a grid. |
EvenRowStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of an even-numbered row when using C1TrueDBGrid.AlternatingRows. |
ExtendRightColumn (inherited from Split) |
Gets or sets a value that determines how the last column will extend to fill the dead area of the split. |
FetchRowStyles (inherited from Split) |
Gets or sets a value indicating whether the C1TrueDBGrid.FetchRowStyle event will be raised. |
FilterActive (inherited from Split) |
Gets or sets a value indicating whether the filter bar has focus. |
FilterBar (inherited from Split) |
Gets or sets a value indicating the visibility of the FilterBar. |
FilterBarStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of the FilterBar. |
FilterBorderStyle (inherited from Split) |
Controls the appearance of the seperator for the filterbar. |
FirstRow (inherited from Split) |
Gets or sets the row index for the first visible row in a split. |
FooterStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of column footers. |
HeadingStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of the grids column headers. |
Height (inherited from Split) |
Gets or sets the height of a split. |
HighLightRowStyle (inherited from Split) |
Gets or sets the Style object that controls the current row/cell when the MarqueeStyle is set to Highlight Row/Cell. |
HorizontalOffset (inherited from Split) |
Gets or sets the position of the Horizontal scrollbar. |
HorizontalScrollGroup (inherited from Split) |
Gets or sets the group which synchronizes horizontal scrolling between splits. |
HScrollBar (inherited from Split) |
Gets the HBar object that controls the appearance of the horizontal scrollbar. |
InactiveStyle (inherited from Split) |
Gets or sets the Style object that controls the grids caption when it doesn't have focus. |
LeftCol (inherited from Split) |
Gets or sets the left most visible column for a split. |
Locked (inherited from Split) |
Gets or sets a value indicating if the cells of a split can be edited. |
MarqueeStyle (inherited from Split) |
Gets or sets the MarqueeStyle for a Split. |
MinHeight (inherited from Split) |
Gets or sets the minimum height that a split can be interactively resized. |
MinWidth (inherited from Split) |
Gets or sets the minimum width that a split can be interactively resized. |
Name (inherited from Split) |
Gets or sets the name of a split. |
OddRowStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of an odd-numbered row when using C1TrueDBGrid.AlternatingRows. |
RecordSelectors (inherited from Split) |
Gets or sets a value indicating the visibility of row headers for Split. |
RecordSelectorStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of the RecordSelectors. |
RecordSelectorWidth (inherited from Split) |
Gets or sets the width of the row headers. |
Rows (inherited from Split) |
Gets the collection of Rows displayed in the Split. |
SelectedStyle (inherited from Split) |
Gets or sets the Style object that controls the appearance of selected rows and columns. |
SplitSize (inherited from Split) |
Gets or sets the size of a split. |
SplitSizeMode (inherited from Split) |
Gets or sets a value indicating how the SplitSize property is used to determine the actual size of a split. |
SpringMode (inherited from Split) |
Gets or sets a value that determines how columns will resize when the grid is resized. |
Style (inherited from Split) |
Gets or sets the root Style object for the Split. |
VerticalOffset (inherited from Split) |
Gets or sets the position of the Vertical scrollbar. |
VerticalScrollGroup (inherited from Split) |
Gets or sets the group which synchronizes verticall scrolling between splits. |
VScrollBar (inherited from Split) |
Gets the VBar object that controls the appearance of the vertical scrollbar. |
Public Methods
AddCellStyle (inherited from Split) |
Controls the Style used to change the appearance for cells meeting the specified condition. |
AddRegexCellStyle (inherited from Split) |
Controls the Style used to change the appearance of cells according to their contents. |
ClearCellStyle (inherited from Split) |
Removes a cell condition established with a previous call to the AddCellStyle method. |
ClearRegexCellStyle (inherited from Split) |
Overloaded. Removes a cell condition established with a previous call to the AddCellStyle method. |
Dispose (inherited from View) |
Overloaded. Releases the resources used by the view. |
GetCellBounds (inherited from Split) |
Returns the Rectangle for the given Row and Column |
ToString (inherited from View) |
Returns the string that represents the current object. |
Protected Methods
OnGetCellRange (inherited from Split) |
Returns the upper and lower bounds for a merged column. |
See Also
DropdownView Class | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |