Windward Engine API Reference
AllowSort Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateVariable Class : AllowSort Property




Glossary Item Box

Can sort values for this select variable.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AllowSort As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TemplateVariable
Dim value As Boolean
 
value = instance.AllowSort
C# 
public bool AllowSort {get;}
Managed Extensions for C++ 
public: __property bool get_AllowSort();
C++/CLI 
public:
property bool AllowSort {
   bool get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.