GridRecordItem Object Members
See Also

| Grid Control ActiveX Control v24.0 |
|---|
GridRecordItem Object Members
Public Methods
CreateEditOptions
Creates a personal set of edit options for the individual GridRecordItem.
Public Properties
| Property | Description |
|---|---|
Alignment |
Item alignment. |
BackColor |
The background color of the GridRecordItem. |
Bold |
The caption of the GridRecordItem is displayed in bold type. |
CanEditCheckboxItem |
Specifies whether the user can edit an item that has a check box. |
Caption |
The text displayed in the GridRecordItem. |
CheckboxState |
Gets/Sets the state of the checkbox if the item has a checkbox. |
Checked |
Specifies whether the GridRecordItem contains a CheckBox. |
Editable |
Specifies whether the GridRecordItem can be edited. |
EditOptions |
Edit options for the individual GridRecordItem. |
Focusable |
Specifies whether the GridRecordItem can have focus. |
ForeColor |
The color used to display the text/caption of the GridRecordItem. |
Format |
Stores the string used for extra formatting of the caption text. |
Formula |
Excel-like calculations (i.e., sum of all rows) to be performed and displayed in the item's caption. |
GroupCaption |
Specifies the text that is displayed as the group caption when the column the GridRecordItem is in has been grouped. |
GroupPriority |
Specifies the priority/order in which groups of GridRecordItems will be displayed. |
HasCheckbox |
Specifies whether the GridRecordItem contains a CheckBox. |
Hyperlinks |
Collection of hyperlinks for this item. |
Icon |
The id/index of an icon in an ImageList. |
Index |
The index of the GridRecordItem within a GridRecord's collection of GridRecordItems. |
ItemControls |
Collection of in-place controls for this grid item. |
MarkupUIElement |
Returns the GridRecord that this GridRecordItem belongs to. |
Record |
Returns the GridRecord that this GridRecordItem belongs to. |
SortPriority |
Specifies the priority/order in which GridRecordItems are sorted within a column. |
Tag |
Stores any extra data needed for your program. |
Tooltip |
Gets/Sets the tool tip that is displayed when the mouse cursor is positioned over the GridRecordItem. |
TristateCheckbox |
Specifies whether the checkbox uses 3 states or 2 states (three states are 'Off', 'On', and 'Mixed'). |
Value |
The current value of the GridRecordItem. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.