DataView.IBindingList.SupportsSorting Property

Definition

For a description of this member, see SupportsSorting.

property bool System::ComponentModel::IBindingList::SupportsSorting { bool get(); };
bool System.ComponentModel.IBindingList.SupportsSorting { get; }
member this.System.ComponentModel.IBindingList.SupportsSorting : bool
 ReadOnly Property SupportsSorting As Boolean Implements IBindingList.SupportsSorting

Property Value

For a description of this member, see SupportsSorting.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataView instance is cast to an IBindingList interface.

Applies to