Intersoft ClientUI Documentation
StackGridTemplate Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXStackMenu Namespace > UXStackMenu Class : StackGridTemplate Property






Gets or sets the content template to be displayed in stack grid mode.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Stack Grid")>
Public Property StackGridTemplate As DataTemplate
Visual Basic (Usage)Copy Code
Dim instance As UXStackMenu
Dim value As DataTemplate
 
instance.StackGridTemplate = value
 
value = instance.StackGridTemplate
C# 
[CategoryAttribute("Stack Grid")]
public DataTemplate StackGridTemplate {get; set;}
Delphi 
public read-write property StackGridTemplate: DataTemplate; 
JScript 
CategoryAttribute("Stack Grid")
public function get,set StackGridTemplate : DataTemplate
Managed Extensions for C++ 
[CategoryAttribute("Stack Grid")]
public: __property DataTemplate* get_StackGridTemplate();
public: __property void set_StackGridTemplate( 
   DataTemplate* value
);
C++/CLI 
[CategoryAttribute("Stack Grid")]
public:
property DataTemplate^ StackGridTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}

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.