AwDbNavigate.SortEnabled Property

Gets or sets a value that indicates the status of the sort.

[Visual Basic]
Public Property SortEnabled As Boolean
[C#]
public bool SortEnabled {get; set;}

Property Value

true if a sort is valid; otherwise, false.

Example

How to get a value that indicates the status of the sort.

Dim state As Boolean = dbNavigate.SortEnabled
bool state = dbNavigate.SortEnabled;

See Also

AwDbNavigate Class | Asterworld.Data Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.