Item Property
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Windows.Forms Namespace
DataGrid Class
DataGrid Properties
Item Property
Item Property (DataGridCell)
Item Property (Int32, Int32)
DataGrid Properties
AllowNavigation Property
AllowSorting Property
AlternatingBackColor Property
BackColor Property
BackgroundColor Property
BackgroundImage Property
BackgroundImageLayout Property
BorderStyle Property
CaptionBackColor Property
CaptionFont Property
CaptionForeColor Property
CaptionText Property
CaptionVisible Property
ColumnHeadersVisible Property
CurrentCell Property
CurrentRowIndex Property
Cursor Property
DataMember Property
DataSource Property
DefaultSize Property
FirstVisibleColumn Property
FlatMode Property
Font Property
ForeColor Property
GridLineColor Property
GridLineStyle Property
HeaderBackColor Property
HeaderFont Property
HeaderForeColor Property
HorizScrollBar Property
Item Property
LinkColor Property
LinkHoverColor Property
ListManager Property
ParentRowsBackColor Property
ParentRowsForeColor Property
ParentRowsLabelStyle Property
ParentRowsVisible Property
PreferredColumnWidth Property
PreferredRowHeight Property
ReadOnly Property
RowHeadersVisible Property
RowHeaderWidth Property
ScaleChildren Property
SelectionBackColor Property
SelectionForeColor Property
Site Property
TableStyles Property
Text Property
VertScrollBar Property
VisibleColumnCount Property
VisibleRowCount Property
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DataGrid
.
.
::
.
Item Property
Gets or sets the value of a specified cell.
Overload List
Name
Description
Item
[
(
[
(
DataGridCell
]
)
]
)
Gets or sets the value of a specified
DataGridCell
.
Item
[
(
[
(
Int32, Int32
]
)
]
)
Gets or sets the value of the cell at the specified the row and column.
Top
See Also
Reference
DataGrid Class
DataGrid Members
System.Windows.Forms Namespace
Tags :