Try our conversational search powered by Generative AI!

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.