Intersoft ClientUI Documentation
EnableViewSorting Property (IRegion)



Gets or sets a value that indicates whether the views in the region should be sorted.
Syntax
Property EnableViewSorting As Boolean
Dim instance As IRegion
Dim value As Boolean
 
instance.EnableViewSorting = value
 
value = instance.EnableViewSorting
bool EnableViewSorting {get; set;}
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

IRegion Interface
IRegion Members

Send Feedback