Gets or sets an implementation of
ICustomSort interface to customize
Row ordering or sorting.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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
A
ICustomSort object.
See Also