Specifies the prefix of the CSS classes that contain style definitions for the elements of this control.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 7.3.2834.0 (7.3.2834.0)

Syntax

C#
public string CssClassPrefix { get; set; }
Visual Basic
Public Property CssClassPrefix As String
	Get
	Set
Visual C++
public:
property String^ CssClassPrefix {
	String^ get ();
	void set (String^ value);
}

See Also