Intersoft ClientUI Documentation
Panel Property (GroupStyle)



Gets or sets a template that creates the panel used to layout the items.
Syntax
Public Property Panel As ItemsPanelTemplate
Dim instance As GroupStyle
Dim value As ItemsPanelTemplate
 
instance.Panel = value
 
value = instance.Panel
public ItemsPanelTemplate Panel {get; set;}
public:
property ItemsPanelTemplate^ Panel {
   ItemsPanelTemplate^ get();
   void set (    ItemsPanelTemplate^ value);
}

Property Value

An System.Windows.Controls.ItemsPanelTemplate object that creates the panel used to layout the items.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupStyle Class
GroupStyle Members

Send Feedback