RadGrid for ASP.NET

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


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

 

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

Syntax

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

Example

                <GroupPanel Text="Drag a column here.">
<PanelStyle BackColor="Aqua" BorderStyle="Dotted" />
<PanelItemsStyle BackColor="Black" Font-Italic="true"/>
</GroupPanel>

Requirements

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

See Also