Click or drag to resize
ResourceCssClass Property
Gets or sets the cascading style sheet (CSS) class rendered for appointments that use this resource.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string CssClass { 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