Visual Basic (Declaration) | |
---|---|
Public Property RenderCSSClass As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FpSpread Dim value As Boolean instance.RenderCSSClass = value value = instance.RenderCSSClass |
C# | |
---|---|
public bool RenderCSSClass {get; set;} |
Property Value
true to render using the CSS; false to use in-line style attributesThis property is available at run time only.
This property determines whether the component should render the styles, such as BackColor, ForeColor, Font, etc., by using cascading style sheet (CSS) styles or by using in-line style attributes.
If this property is true, the component renders the styles as CSS styles. That reduces the page size and speeds up loading the ASPX page.
When this property is true, the component checks if a cell renderer supports the ICSSClassSupport interface. If the cell renderer supports the ICSSClassSupport interface and the CssClass property of the cell renderer is null or empty string, the component renders the style for the cell as a CSS style. Otherwise, the component renders the style as in-line style attributes.
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6