Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / SortDescendingImage Field
Example


In This Topic
    SortDescendingImage Field
    In This Topic
    Specifies the identifier for the image for the sort indicator (for descending sorts) in the component.
    Syntax
    'Declaration
     
    
    Public Const SortDescendingImage As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = FpSpread.SortDescendingImage
    public const int SortDescendingImage

    Field Value

    Integer identifier for the descending sort indicator image, 3
    Example
    Remarks

    This is always set to 3. For the SetImage method, you can either use the full name of this field or the constant value of 3 to identify the descending sort image.

    Any of several parts of the graphical interface of the component can be customized. This one identifies the sort indicator for descending sorting. Refer to Customizing the Graphical Interface for more information.

    See Also