Namespace: SharePodLib.Databinding
Assembly: SharePodLib (in SharePodLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property SupportsAdvancedSorting As Boolean _ Implements IBindingListView.SupportsAdvancedSorting |
| C# |
|---|
| public bool SupportsAdvancedSorting { get; } |
| C++ |
|---|
| public property bool SupportsAdvancedSorting sealed { bool get(); } |
| J# |
|---|
| /** property */ public bool get_SupportsAdvancedSorting(); |
| JScript |
|---|