ComponentOne FlexGrid for UWP
BoundRow Class Members
Properties  Methods 

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace : BoundRow Class

The following tables list the members exposed by BoundRow.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of a BoundRow object.  
Top
Public Properties
 NameDescription
Public PropertyGets the rendering height of this row in pixels. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets 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.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets a value that indicates whether cells in this row or column can be merged. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets a value that indicates whether the user can resize this row or column with the mouse. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint the background of cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets the position of the bottom of this row, in pixels, relative to the grid. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets or sets a RowCol.CellStyle that defines the appearance of the cells in this row or column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyItem in the C1FlexGrid.ItemsSource that this row is bound to. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets or sets the RowCol.FontFamily used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the font size used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the RowCol.FontStyle used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the RowCol.FontWeight used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets the C1FlexGrid that this row belongs to. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets the Row.GridPanel that this row belongs to. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint the background of header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets a RowCol.CellStyle that defines the appearance of the header cells in this row or column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the RowCol.FontFamily used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the font size used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the RowCol.FontStyle used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the RowCol.FontWeight used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint text of the header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the RowCol.HorizontalAlignment of the header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the RowCol.VerticalAlignment of the header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets the height of this row in pixels (set to -1 to use the default height). (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets or sets the RowCol.HorizontalAlignment of the cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets the index of this row in the grid's C1FlexGrid.Rows collection. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets or sets a value that indicates whether cells in this row or column can be edited. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets a value that indicates whether this row or column is visible and not collapsed. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyOverloaded. Gets or sets the data stored in this row at a specific column. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets or sets a value that determines whether this row is selected. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets the position of the top of this row, in pixels, relative to the grid. (Inherited from C1.Xaml.FlexGrid.Row)
Public PropertyGets or sets the RowCol.VerticalAlignment of the cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyGets or sets a value that indicates whether this row or column is visible. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyIf RowCol.IsVisible property is True, returns the index of this element in the collection of visible items. (Inherited from C1.Xaml.FlexGrid.RowCol)
Top
Public Methods
 NameDescription
Public MethodGets the display (formatted) value stored in this row at a given column. (Inherited from C1.Xaml.FlexGrid.Row)
Public MethodGets the raw (unformatted) value stored in this row at a given column. (Inherited from C1.Xaml.FlexGrid.Row)
Public MethodGets a string containing all the errors associated with the data item bound to this row or with a specific property of the data item. (Inherited from C1.Xaml.FlexGrid.Row)
Top
See Also

Reference

BoundRow Class
C1.Xaml.FlexGrid Namespace