ArcGIS Explorer Component Help |
TableBindingAdapter..::.SortProperty Property |
TableBindingAdapter Class See Also |
Gets the PropertyDescriptor that is being used for sorting.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public virtual PropertyDescriptor SortProperty { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property SortProperty As PropertyDescriptor |
Field Value
Return Value
The PropertyDescriptor that is being used for sorting.Implements
IBindingList..::.SortPropertyExceptions
Exception | Condition |
---|---|
System..::.NotSupportedException | SupportsSorting is false. |