FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / BoundRow Class
Members

In This Topic
    BoundRow Class
    In This Topic
    Represents a row that displays bound data.
    Object Model
    BoundRow Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class BoundRow 
       Inherits Row
       Implements IBoundRow 
    [DefaultMember("Item")]
    public class BoundRow : Row, IBoundRow  
    Inheritance Hierarchy

    System.Object
       C1.WPF.FlexGrid.RowCol
          C1.WPF.FlexGrid.Row
             C1.WPF.FlexGrid.BoundRow
                C1.WPF.FlexGrid.DetailRow
                C1.WPF.FlexGrid.NewRowTemplate
                C1.WPF.FlexGrid.RowWithDetails

    See Also