WorkItemResultGrid.ColumnInfo.IsSortable Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property IsSortable As Boolean
'Usage
Dim instance As WorkItemResultGrid.ColumnInfo
Dim value As Boolean
value = instance.IsSortable
instance.IsSortable = value
public bool IsSortable { get; set; }
public:
property bool IsSortable {
bool get ();
void set (bool value);
}
public function get IsSortable () : boolean
public function set IsSortable (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
WorkItemResultGrid.ColumnInfo Class
WorkItemResultGrid.ColumnInfo Members
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace