RadGrid for ASP.NET

RadGrid Send comments on this topic.
PanelStyle Property
See Also 
Telerik.WebControls Namespace > GridGroupPanel Class : PanelStyle Property


Gets the style that will be used for the group panel.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PanelStyle As GridGroupPanelStyle
Visual Basic (Usage)Copy Code
Dim instance As GridGroupPanel
Dim value As GridGroupPanelStyle
 
value = instance.PanelStyle
C# 
public GridGroupPanelStyle PanelStyle {get;}

Example

                <GroupPanel Text="Drag a column here.">
<PanelStyle BackColor="Aqua" BorderStyle="Dotted" />
</GroupPanel>

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also