Click or drag to resize
KaxStyleSheetManagerEnableStyleSheetCombine Property
Specifies whether or not multiple embedded stylesheet references should be combined into a single file

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool EnableStyleSheetCombine { get; set; }

Property Value

Type: Boolean
Remarks
When EnableStyleSheetCombine set to true, the stylesheet references of the controls on the page are combined to a single file, so that only one <link> tag is output to the page HTML
See Also