ResourceCssClass Property |
Gets or sets the cascading style sheet (CSS) class rendered for appointments that use this resource.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string CssClass { get; set; }
Public Property CssClass As String
Get
Set
public:
property String^ CssClass {
String^ get ();
void set (String^ value);
}
member CssClass : string with get, set
Property Value
Type:
String
The cascading style sheet (CSS) class rendered for appointments that use this resource.
The default value is
Empty.
Remarks
You can define your own CSS class name or use some of the predefined class names:
- rsCategoryRed
- rsCategoryBlue
- rsCategoryOrange
- rsCategoryGreen
See Also