Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
[ObsoleteAttribute("Please use .Theme property instead.")] public string CssClassPrefix { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Please use .Theme property instead.")> _ Public Property CssClassPrefix As String Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Please use .Theme property instead.")] property String^ CssClassPrefix { String^ get (); void set (String^ value); } |