Skip to content

GridRecordItem Object Members

See Also

GridRecordItem Overview

See Also

Grid Control ActiveX Control v24.0

GridRecordItem Object Members

Public Methods

Public Method CreateEditOptions
Creates a personal set of edit options for the individual GridRecordItem.

Public Properties

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

See Also

GridRecordItem Overview


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.