Spread Windows Forms 12.0 Product Documentation
Cancel Property (SortingEventArgs)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SortingEventArgs Class : Cancel Property
Gets or sets whether to cancel the default processing of sorting.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As SortingEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
See Also

Reference

SortingEventArgs Class
SortingEventArgs Members