FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRow Class


In This Topic
    GridRow Class Properties
    In This Topic

    For a list of all members of this type, see GridRow members.

    Public Properties
     NameDescription
    Public PropertyGets the actual height of the row in pixels.  
    Public PropertyGets a value indicating whether the row is visible. The row could be collapsed either because the IsVisible was set to false or the Parent is collapsed.  
    Public PropertyGets or sets a value indicating whether this row can be dragged.  
    Public PropertyGets or sets a value that indicates whether cells in this row can be merged.  
    Public PropertyGets or sets a value indicating whether this row can be resized.  
    Public PropertyGets or sets the System.Windows.Media.Brush used to paint the background of cells in this row.  
    Public PropertyGets the cell-factory.  
    Public PropertyGets the children of this row.  
    Public PropertyGets the collection to which the bound item belongs to.  
    Public PropertyGets the index of the data inside the collection of items.  
    Public PropertyGets the data item.  
    Public PropertyGets or sets the System.Windows.Media.Brush used to paint the foreground of cells in this row.  
    Public PropertyGets the grid containing this row.  
    Public PropertyGets whether a row has errors  
    Public PropertyGets or sets the System.Windows.Media.Brush used to paint the background of header cells in this row.  
    Public PropertyGets or sets the System.Windows.Media.Brush used to paint the foreground of header cells in this row.  
    Public PropertyGets or sets the height of the row.  
    Public PropertyGets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.WPF.Grid.GridRowCol)
    Public PropertyGets a value indicating whether this column or row was generated from source. (Inherited from C1.WPF.Grid.GridRowCol)
    Public PropertyGets or sets a value indicating whether this row is read only.  
    Public PropertyGets or sets a value indicating whether the row is visible and not collapsed.  
    Public PropertyGets or sets the nesting level inside a group. This is zero if no grouping is used.  
    Public PropertyGets or sets the maximum height of the row.  
    Public PropertyGets or sets the minimum height of the row.  
    Public PropertyGets the parent group row.  
    Public PropertyGets or sets a value indicating whether cells in the row wrap their content.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyWhen set to true the methods GetCellKind, CreateCell, BindCell and UnbindCell will be called allowing customized cells, inheriting from GridCellView.  
    Protected PropertyGets whether the children are below this row.  
    Top
    See Also