Intersoft ClientUI Documentation
GridMode Enumeration



Specifies value that control the grid modes in UXGridPanel.
Syntax
Public Enum GridMode 
   Inherits System.Enum
Dim instance As GridMode
public enum GridMode : System.Enum 
public enum class GridMode : public System.Enum 
Members
MemberDescription
DynamicGrid Dynamic grid will grows the container into specified row and column. If the total items are less then row x column, the grid container will shrink to match the total items.
Grid Grid will provides static row and column container.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.Interactivity.GridMode

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

Intersoft.Client.UI.Controls.Interactivity Namespace

Send Feedback