Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public PropertyDescriptor SortProperty { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SortProperty As PropertyDescriptor
Get |
| Visual C++ |
|---|
public:
virtual property PropertyDescriptor^ SortProperty {
PropertyDescriptor^ get () sealed;
} |
| F# |
|---|
abstract SortProperty : PropertyDescriptor with get
override SortProperty : PropertyDescriptor with get |
Property Value
Type:
PropertyDescriptorReturn Value
Type:
PropertyDescriptor
The
PropertyDescriptor that is being used for sorting.
Implements
IBindingList..::..SortProperty
Exceptions
See Also