Click or drag to resize
ResourceStyleMappingApplyCssClass Property
Gets or sets a value indicating the cascading style sheet (CSS) class to render for appointments that use the matching 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 ApplyCssClass { get; set; }

Property Value

Type: String
The cascading style sheet (CSS) class to render for appointments that use the matching resource. The default value is Empty.
Remarks
You can define your own CSS class name or use some of the predefined class names:
  • rsCategoryBlue
  • rsCategoryDarkBlue
  • rsCategoryDarkGreen
  • rsCategoryDarkRed
  • rsCategoryGreen
  • rsCategoryOrange
  • rsCategoryPink
  • rsCategoryRed
  • rsCategoryViolet
  • rsCategoryYellow
See Also