Skip to content

Commit 3e97b23

Browse files
committed
Adding info for StyleSheetManager OrderIndex property
1 parent 61f8d67 commit 3e97b23

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

controls/stylesheetmanager/serving-external-style-sheets.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ You can also add external style sheets to the **RadStyleSheetManager** from the
8383
>
8484
8585

86+
### OrderIndex
87+
88+
The **OrderIndex** property gets or sets the order index of the style sheet reference. The default value is 0. Items with smaller index will appear first in the output HTML, as well as in the combined StyleSheet
89+
90+
````ASPNET
91+
<telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server">
92+
<StyleSheets>
93+
<telerik:StyleSheetReference Path="~/App_Themes/main.css" OrderIndex="1" />
94+
<telerik:StyleSheetReference Path="../../StyleSheets/StyleSheet.css" OrderIndex="3" />
95+
</StyleSheets>
96+
</telerik:RadStyleSheetManager>
97+
````
98+
99+
86100
## Remarks
87101

88102
* You can specify more than one style sheet folder.

0 commit comments

Comments
 (0)