Version

EnableSharePointCompatibility Property

Gets or sets an option to render special css class which disables css selectors used by SharePoint Server 2010.
Syntax
'Declaration
 
Public Property EnableSharePointCompatibility As Boolean
public bool EnableSharePointCompatibility {get; set;}
Remarks

Note: If that property is enabled, then special css class is added dynamically which removes background-color for TD, border and some other attributes. That will improve appearance of control under SharePoint Server 2010, but it also will modify appearance of control. That property can be enabled only if editor is used within SharePoint.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also