Sections
Configuring and customizing sections in Umbraco UI Builder to organize and manage the backoffice interface effectively.

Defining a Section
Using the AddSection() Method
AddSection() MethodMethod Syntax
Example
Using the AddSectionBefore() Method
AddSectionBefore() MethodMethod Syntax
Example
Using the AddSectionAfter() Method
AddSectionAfter() MethodMethod Syntax
Example
Customizing the Section Alias
Setting a Custom Alias with SetAlias() Method
SetAlias() MethodMethod Syntax
Example
Configuring the Section Tree
Using the Tree() Method for Configuration
Tree() Method for ConfigurationMethod Syntax
Example
Adding Dashboards to the Section
Adding a Dashboard with the AddDashboard() Method
AddDashboard() MethodMethod Syntax
Example
Using AddDashboardBefore() to Place a Dashboard
AddDashboardBefore() to Place a DashboardMethod Syntax
Example
Using AddDashboardAfter() to Place a Dashboard
AddDashboardAfter() to Place a DashboardMethod Syntax
Example
Extending Existing Sections
Extending an Existing Section with WithSection()
WithSection()Method Syntax
Example
Adding Trees to an Existing Section
Using the AddTree() Method
AddTree() MethodMethod Syntax
Example
Grouping Trees with AddTree() Method
AddTree() MethodMethod Syntax
Example
Adding a Tree Before or After an Existing Tree
Using AddTreeBefore() to Position a Tree
AddTreeBefore() to Position a TreeMethod Syntax
Example
Using AddTreeAfter() to Position a Tree
AddTreeAfter() to Position a TreeMethod Syntax
Example
Adding a Dashboard to an Existing Section
Using the AddDashboard() Method
AddDashboard() MethodMethod Syntax
Example
Using the AddDashboardBefore() Method
AddDashboardBefore() MethodMethod Syntax
Example
Using the AddDashboardAfter() Method
AddDashboardAfter() MethodMethod Syntax
Example
Last updated
Was this helpful?