Group Box in SOLIDWORKS Property Manager Page

Edit ArticleEdit Article

Group box created from the complex type
Group box created from the complex type

Group box will be automatically created for all complex types in the data model

public class GroupDataModel
{
    public class DataGroup
    {
        public string Text { get; set; }
    }

    public DataGroup Group { get; set; }
}

SOLIDWORKS doesn't support groups nested into other groups, so all the nested complex types will be added as the groups to the main property manager page.


Product of Xarial Product of Xarial