Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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