DataView.IBindingListView.SortDescriptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see SortDescriptions.
property System::ComponentModel::ListSortDescriptionCollection ^ System::ComponentModel::IBindingListView::SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
System.ComponentModel.ListSortDescriptionCollection System.ComponentModel.IBindingListView.SortDescriptions { get; }
member this.System.ComponentModel.IBindingListView.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
ReadOnly Property SortDescriptions As ListSortDescriptionCollection Implements IBindingListView.SortDescriptions
Property Value
For a description of this member, see SortDescriptions.
Implements
Remarks
This member is an explicit interface member implementation. The use of this member is not supported and will cause a ArgumentException. Instead, use the Clear method on the DataRowCollection object returned by Rows.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.