com.esri.arcgis.controls
Interface esriSymbologySortDirection

All Superinterfaces:
Serializable

public interface esriSymbologySortDirection
extends Serializable

SymbologyControl display sort direction options.

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriSortDirectionAscending
          The contents of the SymbologyControl are arranged in ascending order.
static int esriSortDirectionDescending
          The contents of the SymbologyControl are arranged in descending order.
static int esriSortDirectionNone
          The SymbologyControl in not sorted.
 

Field Detail

esriSortDirectionNone

static final int esriSortDirectionNone
The SymbologyControl in not sorted.

See Also:
Constant Field Values

esriSortDirectionAscending

static final int esriSortDirectionAscending
The contents of the SymbologyControl are arranged in ascending order.

See Also:
Constant Field Values

esriSortDirectionDescending

static final int esriSortDirectionDescending
The contents of the SymbologyControl are arranged in descending order.

See Also:
Constant Field Values