Determines the CSS group the controls automatically generated style information will be part of.

Namespace: FiftyOne.Framework.Mobile.Controls
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
[DefaultValueAttribute("true")]
public string CssIncludeGroup { get; set; }
Visual Basic
<DefaultValueAttribute("true")> _
Public Property CssIncludeGroup As String
	Get
	Set
Visual C++
[DefaultValueAttribute(L"true")]
public:
virtual property String^ CssIncludeGroup {
	String^ get () sealed;
	void set (String^ value) sealed;
}

See Also