Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / Target Property


In This Topic
    Target Property (Group)
    In This Topic
    Gets the data model of this group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Target As GroupDataModel
    'Usage
     
    
    Dim instance As Group
    Dim value As GroupDataModel
     
    value = instance.Target
    public GroupDataModel Target {get;}
    See Also