 |
| BcfTableViewBaseSortProperty Property |
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic virtual PropertyDescriptor SortProperty { get; }Public Overridable ReadOnly Property SortProperty As PropertyDescriptor
Get
public:
virtual property PropertyDescriptor^ SortProperty {
PropertyDescriptor^ get ();
}abstract SortProperty : PropertyDescriptor with get
override SortProperty : PropertyDescriptor with get
Property Value
Type:
PropertyDescriptorThe sort property.
Return Value
Type:
PropertyDescriptorThe
PropertyDescriptor that is being used for sorting.
Implements
IBindingList.SortProperty
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also