dbicList Send comments on this topic.
AllowSort Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > BeforeColumnSortEventArgs Class : AllowSort Property

Indicate wether or not to proceed with the Sort. To cancel the sort set e.AllowSort = False in the BeforeColumnSort Event.

Syntax

Visual Basic (Declaration) 
Public Property AllowSort As Boolean
C# 
public bool AllowSort {get; set;}

Property Value

Boolean

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also