Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUniSizeBox Class / Group Property


In This Topic
    Group Property (NUniSizeBox)
    In This Topic
    Gets or sets the sub-group this item is associated with.
    Syntax
    'Declaration
     
    
    Public Property Group As System.String
    'Usage
     
    
    Dim instance As NUniSizeBox
    Dim value As System.String
     
    instance.Group = value
     
    value = instance.Group
    public System.string Group {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also