This topic has not yet been rated - Rate this topic

DataViewManager.System.ComponentModel.IBindingList.SupportsSorting Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Private ReadOnly Property SupportsSorting As Boolean Implements _
   IBindingList.SupportsSorting
[C#]
bool IBindingList.SupportsSorting {get;}
[C++]
private: __property bool
   System::ComponentModel::IBindingList::get_SupportsSorting();
[JScript]
private function get IBindingList.SupportsSorting() : Boolean;

See Also

DataViewManager Class | DataViewManager Members | System.Data Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.