featurePropertiescompatibility_NoConsolePaneCssMerge Property |
Prior to v3.5.10.150 any custom ConsoleTemplate pane CssClass replaced the standard CssClass, "cnsh", on the pane div. Starting with v3.5.10.150, the custom CssClass is merged with the standard class. Set this property to revert to the original behavior.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool compatibility_NoConsolePaneCssMerge { get; }
ReadOnly Property compatibility_NoConsolePaneCssMerge As Boolean
Get
Property Value
Type:
BooleanPrior to v3.5.10.150 any custom ConsoleTemplate pane CssClass replaced the standard CssClass, "cnsh", on the pane div. Starting with v3.5.10.150, the custom CssClass is merged with the standard class. Set this property to revert to the original behavior.
See Also