Whether to ignore all style properties. Only CSS styling will be used.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
[ObsoleteAttribute("The CssOnly mode is always enabled since 8.0.")] public bool CssOnly { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("The CssOnly mode is always enabled since 8.0.")> _ Public Property CssOnly As Boolean Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"The CssOnly mode is always enabled since 8.0.")] property bool CssOnly { bool get (); void set (bool value); } |