PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGroup Class
Properties Methods Events


In This Topic
    PropertyGroup Class Members
    In This Topic

    The following tables list the members exposed by PropertyGroup.

    Public Properties
     NameDescription
    Public PropertyGets the category.  
    Public PropertyGets the display index associated to this group of PropertyAttribute.  
    Public PropertyGets the display name.  
    Public PropertyGets whether all the properties have the default value.  
    Public PropertyGets whether all the properties have a corresponding PropertyInfo.  
    Public PropertyGets whether the group of attributes is read-only.  
    Public PropertyGets the member name.  
    Public Propertya group of propertyAttribute which has same propertyInfo  
    Public PropertyGets the PropertyInfo associated to this group of PropertyAttribute.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the errors in the group.  
    Public MethodGets the value of the group or default if they are different.  
    Public MethodGets whether the group can be assigned from the specified type.  
    Public MethodResets the value in all the properties of the group.  
    Public MethodSets the value in all the properties of the group.  
    Top
    Public Events
     NameDescription
    Public EventCalled when the value of the group changed for any of the properties.  
    Top
    See Also