NotifyListTSupportsSorting Property |
See interface docs.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SupportsSorting { get; }
Public ReadOnly Property SupportsSorting As Boolean
Get
public:
virtual property bool SupportsSorting {
bool get () sealed;
}
abstract SupportsSorting : bool with get
override SupportsSorting : bool with get
Property Value
Type:
BooleanImplements
IBindingListSupportsSortingSee Also