[This is preliminary documentation and is subject to change.]

When overriden in derived class gets the PropertyDescriptor that is being used for sorting.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected abstract PropertyDescriptor SortProperty { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected MustOverride ReadOnly Property SortProperty As PropertyDescriptor
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
virtual property PropertyDescriptor^ SortProperty {
	PropertyDescriptor^ get () abstract;
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract SortProperty : PropertyDescriptor
JScript
abstract function get SortProperty () : PropertyDescriptor

Return Value

The PropertyDescriptor that is being used for sorting.

Implements

IBindingList..::..SortProperty

Exceptions

See Also