CssClass Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the CSS Class.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

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

Field Value

CSS Class.

Remarks

Use this property to set the CSS Class.

See Also