IBindingList.SortProperty 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.
Gets the PropertyDescriptor that is being used for sorting.
public:
property System::ComponentModel::PropertyDescriptor ^ SortProperty { System::ComponentModel::PropertyDescriptor ^ get(); };
public System.ComponentModel.PropertyDescriptor SortProperty { get; }
public System.ComponentModel.PropertyDescriptor? SortProperty { get; }
member this.SortProperty : System.ComponentModel.PropertyDescriptor
Public ReadOnly Property SortProperty As PropertyDescriptor
Property Value
The PropertyDescriptor that is being used for sorting.
Exceptions
SupportsSorting is false
.
Remarks
This property is supported if SupportsSorting is true
; otherwise, this property throws a NotSupportedException.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.