FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Row Class / GridPanel Property

In This Topic
    GridPanel Property (Row)
    In This Topic
    Gets the GridPanel that this row belongs to.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public Overrides ReadOnly Property GridPanel As GridPanel
    [Browsable(false)]
    public override GridPanel GridPanel {get;}
    See Also