TemplateGroup::GroupStyle Property

 

Gets the current style for the group.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property Style^ GroupStyle {
	Style^ get();
}

Property Value

Type: System.Web.UI.WebControls::Style^

The Style for the group if set; otherwise, null.

.NET Framework
Available since 2.0
Return to top
Show: