Persistate API documentation
PGridAccessColumn Class
NamespacesPersistate.UI.DesktopPGridAccessColumn

[This is preliminary documentation and is subject to change.]

Represents a column which allows access to an object member of the objects depicted in the rows of a grid.
Declaration Syntax
C#
public class PGridAccessColumn : DataGridViewImageColumn, 
	IPGridColumn
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
PGridAccessColumn()()()()
Creates a new PGridAccessColumn.

AutoSizeMode
Gets or sets the mode by which the column automatically adjusts its width.
(Inherited from DataGridViewColumn.)
BeginEdit(DataGridViewCell)
Handles processing required when editing begins in a cell in this column. Not functional for PGridAccessColumn.

CellTemplate
Gets or sets the template used to create new cells.
(Inherited from DataGridViewImageColumn.)
CellType
Gets the run-time type of the cell template.
(Inherited from DataGridViewColumn.)
Clone()()()() (Inherited from DataGridViewImageColumn.)
ContextMenuStrip
Gets or sets the shortcut menu for the column.
(Inherited from DataGridViewColumn.)
DataGridView
Gets the DataGridView control associated with this element.
(Inherited from DataGridViewElement.)
DataPropertyName
Gets or sets the name of the child collection member which will be displayed when this column is clicked.

DefaultCellStyle
Gets or sets the column's default cell style.
(Inherited from DataGridViewImageColumn.)
DefaultHeaderCellType
Gets or sets the run-time type of the default header cell.
(Inherited from DataGridViewBand.)
Description
Gets or sets a string that describes the column's image.
(Inherited from DataGridViewImageColumn.)
Displayed
Gets a value indicating whether the band is currently displayed onscreen.
(Inherited from DataGridViewBand.)
DisplayIndex
Gets or sets the display order of the column relative to the currently displayed columns.
(Inherited from DataGridViewColumn.)
DisplayLayout
Gets or sets the Layout in which the bound object is displayed when the access button is clicked.

Dispose(Boolean) (Inherited from DataGridViewColumn.)
Dispose()()()()
Releases all resources used by the DataGridViewBand.
(Inherited from DataGridViewBand.)
Disposed
Occurs when the DataGridViewColumn is disposed.
(Inherited from DataGridViewColumn.)
DividerWidth
Gets or sets the width, in pixels, of the column divider.
(Inherited from DataGridViewColumn.)
EndEdit(DataGridViewCell)
Handles processing required when editing ends in a cell in this column. Not functional for PGridAccessColumn.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillWeight
Gets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control.
(Inherited from DataGridViewColumn.)
Finalize()()()()
Releases the resources associated with the band.
(Inherited from DataGridViewBand.)
Frozen
Gets or sets a value indicating whether a column will move when a user scrolls the DataGridView control horizontally.
(Inherited from DataGridViewColumn.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetPreferredWidth(DataGridViewAutoSizeColumnMode, Boolean)
Calculates the ideal width of the column based on the specified criteria.
(Inherited from DataGridViewColumn.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasDefaultCellStyle
Gets a value indicating whether the DefaultCellStyle property has been set.
(Inherited from DataGridViewBand.)
HeaderCell
Gets or sets the DataGridViewColumnHeaderCell that represents the column header.
(Inherited from DataGridViewColumn.)
HeaderCellCore
Gets or sets the header cell of the DataGridViewBand.
(Inherited from DataGridViewBand.)
HeaderText
Gets or sets the caption text on the column's header cell.
(Inherited from DataGridViewColumn.)
Icon
Gets or sets the icon displayed in the cells of this column when the cell's Value property is not set and the cell's ValueIsIcon property is set to true.
(Inherited from DataGridViewImageColumn.)
Image
Gets or sets the image displayed in the cells of this column when the cell's Value property is not set and the cell's ValueIsIcon property is set to false.
(Inherited from DataGridViewImageColumn.)
ImageKey
Gets or sets the key of the desired image to show in each cell.

ImageLayout
Gets or sets the image layout in the cells for this column.
(Inherited from DataGridViewImageColumn.)
Index
Gets the relative position of the band within the DataGridView control.
(Inherited from DataGridViewBand.)
InheritedAutoSizeMode
Gets the sizing mode in effect for the column.
(Inherited from DataGridViewColumn.)
InheritedStyle
Gets the cell style currently applied to the column.
(Inherited from DataGridViewColumn.)
IsDataBound
Gets a value indicating whether the column is bound to a data source.
(Inherited from DataGridViewColumn.)
IsRow
Gets a value indicating whether the band represents a row.
(Inherited from DataGridViewBand.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinimumWidth
Gets or sets the minimum width, in pixels, of the column.
(Inherited from DataGridViewColumn.)
Name
Gets or sets the name of the column.
(Inherited from DataGridViewColumn.)
OnDataGridViewChanged()()()()
Called when the band is associated with a different DataGridView.
(Inherited from DataGridViewBand.)
PaneName
Gets or sets the name of the Pane in which the bound object is displayed.

RaiseCellClick(DataGridViewCellEventArgs)
Raises the CellClick event.
(Inherited from DataGridViewElement.)
RaiseCellContentClick(DataGridViewCellEventArgs)
Raises the CellContentClick event.
(Inherited from DataGridViewElement.)
RaiseCellContentDoubleClick(DataGridViewCellEventArgs)
Raises the CellContentDoubleClick event.
(Inherited from DataGridViewElement.)
RaiseCellValueChanged(DataGridViewCellEventArgs)
Raises the CellValueChanged event.
(Inherited from DataGridViewElement.)
RaiseDataError(DataGridViewDataErrorEventArgs)
Raises the DataError event.
(Inherited from DataGridViewElement.)
RaiseMouseWheel(MouseEventArgs)
Raises the MouseWheel event.
(Inherited from DataGridViewElement.)
ReadOnly
Gets or sets a value indicating whether the user can edit the column's cells.
(Inherited from DataGridViewColumn.)
Resizable
Gets or sets a value indicating whether the column is resizable.
(Inherited from DataGridViewColumn.)
Selected
Gets or sets a value indicating whether the band is in a selected user interface (UI) state.
(Inherited from DataGridViewBand.)
SetBindings(PGrid)
Sets up the bindings for this column.

Site
Gets or sets the site of the column.
(Inherited from DataGridViewColumn.)
SortMode
Gets or sets the sort mode for the column.
(Inherited from DataGridViewColumn.)
State
Gets the user interface (UI) state of the element.
(Inherited from DataGridViewElement.)
Tag
Gets or sets the object that contains data to associate with the band.
(Inherited from DataGridViewBand.)
ToolTipText
Gets or sets the text used for ToolTips.
(Inherited from DataGridViewColumn.)
ToString()()()() (Inherited from DataGridViewImageColumn.)
Validating(DataGridViewCell)
Handles validation required for a cell in this column. Not functional for PGridAccessColumn.

ValuesAreIcons
Gets or sets a value indicating whether cells in this column display Icon values.
(Inherited from DataGridViewImageColumn.)
ValueType
Gets or sets the data type of the values in the column's cells.
(Inherited from DataGridViewColumn.)
Visible
Gets or sets a value indicating whether the column is visible.
(Inherited from DataGridViewColumn.)
Width
Gets or sets the current width of the column.
(Inherited from DataGridViewColumn.)
Remarks
The member can be for a single object or a collection. The column displays an image in each cell which you can set using the ImageKey property. Clicking a cell in the column will display the member object or collection using a particular Layout in a particular named Pane.
Inheritance Hierarchy

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)