The Row type exposes the following members.

Constructors

  Name Description
Public method Row

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected method GetData
Gets the value stored in this row at a given column.
Public method GetDataFormatted
Gets the display (formatted) value stored in this row at a given column.
Public method GetDataRaw
Gets the raw (unformatted) value stored in this row at a given column.
Public method GetErrors
Gets a string containing all the errors associated with the data item bound to this row or with a specific property of the data item.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method GetUnboundValue
Gets the unbound value stored in this row at a given column.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnPropertyChanged
Raises the PropertyChanged event on the parent rows collection.
(Overrides RowCol..::..OnPropertyChanged(String).)
Protected method SetData
Sets the value stored in this row at a given column.
Protected method SetUnboundValue
Assigns an unbound value to this row at a given column.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ActualHeight
Gets the rendering height of this row in pixels.
Public property AllowDragging
Gets or sets a value that indicates whether the user can move this row or column to a new position with the mouse.
(Inherited from RowCol.)
Public property AllowMerging
Gets or sets a value that indicates whether cells in this row or column can be merged.
(Inherited from RowCol.)
Public property AllowResizing
Gets or sets a value that indicates whether the user can resize this row or column with the mouse.
(Inherited from RowCol.)
Public property Background
Gets or sets the Brush used to paint the background of cells in this row/column.
(Inherited from RowCol.)
Public property Bottom
Gets the position of the bottom of this row, in pixels, relative to the grid.
Public property CellStyle
Gets or sets a CellStyle that defines the appearance of the cells in this row or column.
(Inherited from RowCol.)
Public property DataItem
Item in the ItemsSource that this row is bound to.
Public property FontFamily
Gets or sets the FontFamily used to render text in this row/column.
(Inherited from RowCol.)
Public property FontSize
Gets or sets the font size used to render text in this row/column.
(Inherited from RowCol.)
Public property FontStyle
Gets or sets the FontStyle used to render text in this row/column.
(Inherited from RowCol.)
Public property FontWeight
Gets or sets the FontWeight used to render text in this row/column.
(Inherited from RowCol.)
Public property Foreground
Gets or sets the Brush used to paint text in this row/column.
(Inherited from RowCol.)
Public property Grid
Gets the C1FlexGrid that this row belongs to.
(Overrides RowCol..::..Grid.)
Public property GridPanel
Gets the GridPanel that this row belongs to.
(Overrides RowCol..::..GridPanel.)
Public property HeaderBackground
Gets or sets the Brush used to paint the background of header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderCellStyle
Gets or sets a CellStyle that defines the appearance of the header cells in this row or column.
(Inherited from RowCol.)
Public property HeaderFontFamily
Gets or sets the FontFamily used to render text in header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderFontSize
Gets or sets the font size used to render text in header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderFontStyle
Gets or sets the FontStyle used to render text in header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderFontWeight
Gets or sets the FontWeight used to render text in header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderForeground
Gets or sets the Brush used to paint text of the header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderHorizontalAlignment
Gets or sets the HorizontalAlignment of the header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderTextTrimming
Gets or sets how text should be trimmed when it overflows the size of the header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderTextWrapping
Gets or sets whether text should be allowed to wrap in header cells in this row/column.
(Inherited from RowCol.)
Public property HeaderVerticalAlignment
Gets or sets the VerticalAlignment of the header cells in this row/column.
(Inherited from RowCol.)
Public property Height
Gets or sets the height of this row in pixels (set to -1 to use the default height).
Public property HorizontalAlignment
Gets or sets the HorizontalAlignment of the cells in this row/column.
(Inherited from RowCol.)
Public property Index
Gets the index of this row in the grid's Rows collection.
Public property IsReadOnly
Gets or sets a value that indicates whether cells in this row or column can be edited.
(Inherited from RowCol.)
Public property IsVisible
Gets a value that indicates whether this row or column is visible and not collapsed.
(Inherited from RowCol.)
Public property Item[([( Int32])])
Gets or sets the data stored in this row at a specific column.
Public property Item[([( String])])
Gets or sets the data stored in this row at a specific column.
Public property Item[([( Column])])
Gets or sets the data stored in this row at a specific column.
Public property Selected
Gets or sets a value that determines whether this row is selected.
(Overrides RowCol..::..Selected.)
Public property Tag
Gets or sets an arbitrary object value that can be used to store custom information about this object.
(Inherited from RowCol.)
Public property TextTrimming
Gets or sets how text should be trimmed when it overflows the size of the cells in this row/column.
(Inherited from RowCol.)
Public property TextWrapping
Gets or sets whether text should be allowed to wrap in cells in this row/column.
(Inherited from RowCol.)
Public property Top
Gets the position of the top of this row, in pixels, relative to the grid.
Public property VerticalAlignment
Gets or sets the VerticalAlignment of the cells in this row/column.
(Inherited from RowCol.)
Public property Visible
Gets or sets a value that indicates whether this row or column is visible.
(Inherited from RowCol.)

See Also