Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / ParentRelationName Property


In This Topic
    ParentRelationName Property (DefaultSheetDataModel)
    In This Topic
    Gets the name of the data relation being used for a hierarchical display of data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentRelationName As String
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As String
     
    value = instance.ParentRelationName
    public string ParentRelationName {get;}
    See Also