Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / RelationName Property
Example


In This Topic
    RelationName Property
    In This Topic
    Gets the name of the data relation in a hierarchical display.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property RelationName As String
    'Usage
     
    
    Dim instance As SheetView
    Dim value As String
     
    value = instance.RelationName
    public virtual string RelationName {get;}

    Property Value

    String containing the name of the relation
    Remarks
    This property is available at run time only.
    Example
    This example returns the name of the relation.
    See Also