ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / PropertyGroupDescription Class
Members






In This Topic
    PropertyGroupDescription Class
    In This Topic
    Describes the grouping of items using a property name as the criterion. Describes the grouping of items using a property name as the criterion.
    Object Model
    PropertyGroupDescription Class
    Syntax
    'Declaration
     
    
    Public Class PropertyGroupDescription 
       Inherits GroupDescription
    'Usage
     
    
    Dim instance As PropertyGroupDescription
    public class PropertyGroupDescription : GroupDescription 
    public class PropertyGroupDescription = class(GroupDescription)
    public class PropertyGroupDescription extends GroupDescription
    public __gc class PropertyGroupDescription : public GroupDescription 
    public ref class PropertyGroupDescription : public GroupDescription 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.GroupDescription
          C1.Web.Mvc.PropertyGroupDescription

    See Also