Intersoft ClientUI Documentation
ViewSortHintAttribute Class
Members  See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace : ViewSortHintAttribute Class






Provides a hint that affects how the view will be sorted.

Object Model

ViewSortHintAttribute Class

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class ViewSortHintAttribute 
   Inherits System.Attribute
Visual Basic (Usage)Copy Code
Dim instance As ViewSortHintAttribute
C# 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class ViewSortHintAttribute : System.Attribute 
Delphi 
public class ViewSortHintAttribute = class(System.Attribute)sealed; 
JScript 
AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=, 
   Inherited=)
public sealed class ViewSortHintAttribute extends System.Attribute
Managed Extensions for C++ 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc __sealed class ViewSortHintAttribute : public System.Attribute 
C++/CLI 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class ViewSortHintAttribute sealed : public System.Attribute 

Inheritance Hierarchy

System.Object
   System.Attribute
      Intersoft.Client.Framework.Regions.ViewSortHintAttribute

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.