ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridFilterRowHeaderPresenter Class / Row Property

In This Topic
    Row Property (DataGridFilterRowHeaderPresenter)
    In This Topic
    Gets the owner row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As DataGridRow
    public DataGridRow Row {get;}

    Property Value

    The owner row.
    See Also