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