London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

How can I arrange the controls in the properties view

Vote:
 

Hello!

Somebody knows how I can to arrange the controls from the properties of the blocks in the configuration view of the block.

#121002
Apr 29, 2015 19:47
Vote:
 

You can control the order of the properties and on what tab they appear, by setting Order and GroupName of the Display attribute for each property.

[Required]
[Display(
    Name = "Title",
    GroupName = SystemTabNames.Content,
    Order = 1)]
public virtual String Title { get; set; }
#121029
Apr 30, 2015 0:48
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.