Constructor. Initializes a new instance of the C1WebGroupStyle class.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public C1WebGroupStyle(
	WebControl owner
)
Visual Basic (Declaration)
Public Sub New ( _
	owner As WebControl _
)

Parameters

owner
Type: System.Web.UI.WebControls..::.WebControl
The WebControl object that belongs to the C1WebGroupStyle object.

See Also