Intersoft ClientUI Documentation
GridMode Property (UXGridPanel)



Gets or sets the grid mode.
Syntax
<CategoryAttribute("Layout")>
Public Property GridMode As GridMode
Dim instance As UXGridPanel
Dim value As GridMode
 
instance.GridMode = value
 
value = instance.GridMode
[CategoryAttribute("Layout")]
public GridMode GridMode {get; set;}
[CategoryAttribute("Layout")]
public:
property GridMode GridMode {
   GridMode get();
   void set (    GridMode 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

UXGridPanel Class
UXGridPanel Members

Send Feedback