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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ApplyCssClass { get; set; }
Public Property ApplyCssClass As String
Get
Set
public:
property String^ ApplyCssClass {
String^ get ();
void set (String^ value);
}
member ApplyCssClass : string with 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