Intersoft ClientUI Documentation
EnableViewSorting Property (Region)



Gets or sets a value indicating whether the views in the region should be sorted.
Syntax
Public Property EnableViewSorting As Boolean
Dim instance As Region
Dim value As Boolean
 
instance.EnableViewSorting = value
 
value = instance.EnableViewSorting
public bool EnableViewSorting {get; set;}
public:
property bool EnableViewSorting {
   bool get();
   void set (    bool 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

Region Class
Region Members

Send Feedback