Specifies the prefix of the CSS classes that contain style definitions for the elements of this control.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
[ObsoleteAttribute("Use Theme property instead.")] public string CssClassPrefix { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use Theme property instead.")> _ Public Property CssClassPrefix As String Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Use Theme property instead.")] property String^ CssClassPrefix { String^ get (); void set (String^ value); } |