QuickObjects.ObjectBase Send comments on this topic.
AllowSort Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : AllowSort Property

AllowSort

Holds a Boolean value that can be used for specifying weather this field can contain Null values.

This value doesn't necessarily indicate that the field will be used in the sort, but if this is true, only then the field's Sort property will be used.

This can be useful to the User Interface controls to be able to decide if this field will allow sorting or not.

Syntax

C# 
public bool AllowSort {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also