Custom Designer Property Categories

Posted by Community Admin on 04-Aug-2018 15:33

Custom Designer Property Categories

All Replies

Posted by Community Admin on 20-Apr-2015 00:00

I am trying to categorize custom designer properties.

I followed simple coding instructions from this video: www.youtube.com/watch

However, none of the categories are showing in my designer on the backend.

Here is the code for some of the properties I am trying to categorize:

        [Category("Setup")]
        public int SetupId get; set;
        [Category("Color")]
        public string ColorDesc get; set;
        [Category("Color")]
        public string ColorLink get; set;
        [Category("Shapes & Sizes")]
        public string ShapeDesc get; set;
        [Category("Shapes & Sizes")]
        public string ShapeLink get; set;

 Thanks in advance.

Posted by Community Admin on 22-Apr-2015 00:00

Hello Terence,

We have answered you in the support ticket that you had opened for this case. 

Thank you for your cooperation.

Regards,
Angel Moret
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed