Gets or sets an implementation of
ICustomSort interface to customize
Row ordering or sorting.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public ICustomSort CustomSort { get; set; } |
| Visual Basic |
|---|
Public Property CustomSort As ICustomSort
Get
Set |
| Visual C++ |
|---|
public:
property ICustomSort^ CustomSort {
ICustomSort^ get ();
void set (ICustomSort^ value);
} |
| F# |
|---|
member CustomSort : ICustomSort with get, set
|
Property Value
Type:
ICustomSort
The custom sort.
See Also