Intersoft ClientUI Documentation
StackGridColumn Property (UXStackMenu)



Gets or sets the number of grid column when stack mode is set to GridStyle.
Syntax
<CategoryAttribute("Stack Grid")>
Public Property StackGridColumn As Integer
Dim instance As UXStackMenu
Dim value As Integer
 
instance.StackGridColumn = value
 
value = instance.StackGridColumn
[CategoryAttribute("Stack Grid")]
public int StackGridColumn {get; set;}
[CategoryAttribute("Stack Grid")]
public:
property int StackGridColumn {
   int get();
   void set (    int value);
}
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

UXStackMenu Class
UXStackMenu Members

Send Feedback