The following tables list the members exposed by Row.
Name | Description | |
---|---|---|
Row Constructor |
Name | Description | |
---|---|---|
ActualHeight | Gets the rendering height of this row in pixels. | |
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 C1.Silverlight.FlexGrid.RowCol) | |
AllowMerging | Gets or sets a value that indicates whether cells in this row or column can be merged. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
AllowResizing | Gets or sets a value that indicates whether the user can resize this row or column with the mouse. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Background | Gets or sets the System.Windows.Media.Brush used to paint the background of cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Bottom | Gets the position of the bottom of this row, in pixels, relative to the grid. | |
CellStyle | Gets or sets a RowCol.CellStyle that defines the appearance of the cells in this row or column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
DataItem | Item in the ItemsSource that this row is bound to. | |
FontFamily | Gets or sets the RowCol.FontFamily used to render text in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
FontSize | Gets or sets the font size used to render text in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
FontStyle | Gets or sets the RowCol.FontStyle used to render text in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
FontWeight | Gets or sets the RowCol.FontWeight used to render text in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Foreground | Gets or sets the System.Windows.Media.Brush used to paint text in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Grid | Overridden. Gets the C1FlexGrid that this row belongs to. | |
GridPanel | Overridden. Gets the GridPanel that this row belongs to. | |
HeaderBackground | Gets or sets the System.Windows.Media.Brush used to paint the background of header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderCellStyle | Gets or sets a RowCol.CellStyle that defines the appearance of the header cells in this row or column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderFontFamily | Gets or sets the RowCol.FontFamily used to render text in header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderFontSize | Gets or sets the font size used to render text in header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderFontStyle | Gets or sets the RowCol.FontStyle used to render text in header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderFontWeight | Gets or sets the RowCol.FontWeight used to render text in header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderForeground | Gets or sets the System.Windows.Media.Brush used to paint text of the header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderHorizontalAlignment | Gets or sets the RowCol.HorizontalAlignment of the header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderTextTrimming | Gets or sets how text should be trimmed when it overflows the size of the header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderTextWrapping | Gets or sets whether text should be allowed to wrap in header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
HeaderVerticalAlignment | Gets or sets the RowCol.VerticalAlignment of the header cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Height | Gets or sets the height of this row in pixels (set to -1 to use the default height). | |
HorizontalAlignment | Gets or sets the RowCol.HorizontalAlignment of the cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Index | Gets the index of this row in the grid's C1FlexGrid.Rows collection. | |
IsReadOnly | Gets or sets a value that indicates whether cells in this row or column can be edited. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
IsVisible | Gets a value that indicates whether this row or column is visible and not collapsed. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Item | Overloaded. Gets or sets the data stored in this row at a specific column. | |
Selected | Overridden. Gets or sets a value that determines whether this row is selected. | |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
TextTrimming | Gets or sets how text should be trimmed when it overflows the size of the cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
TextWrapping | Gets or sets whether text should be allowed to wrap in cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Top | Gets the position of the top of this row, in pixels, relative to the grid. | |
VerticalAlignment | Gets or sets the RowCol.VerticalAlignment of the cells in this row/column. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
Visible | Gets or sets a value that indicates whether this row or column is visible. (Inherited from C1.Silverlight.FlexGrid.RowCol) | |
VisibleIndex | If RowCol.IsVisible property is True, returns the index of this element in the collection of visible items. (Inherited from C1.Silverlight.FlexGrid.RowCol) |
Name | Description | |
---|---|---|
GetDataFormatted | Gets the display (formatted) value stored in this row at a given column. | |
GetDataRaw | Gets the raw (unformatted) value stored in this row at a given column. | |
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. |