Intersoft ClientUI Documentation
Panel Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > GroupStyle Class : Panel Property






Gets or sets a template that creates the panel used to layout the items.

Syntax

Visual Basic (Declaration) 
Public Property Panel As ItemsPanelTemplate
Visual Basic (Usage)Copy Code
Dim instance As GroupStyle
Dim value As ItemsPanelTemplate
 
instance.Panel = value
 
value = instance.Panel
C# 
public ItemsPanelTemplate Panel {get; set;}
Delphi 
public read-write property Panel: ItemsPanelTemplate; 
JScript 
public function get,set Panel : ItemsPanelTemplate
Managed Extensions for C++ 
public: __property ItemsPanelTemplate* get_Panel();
public: __property void set_Panel( 
   ItemsPanelTemplate* value
);
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.