BCGControlBar Library for .NET
SortImage Property




Gets sorted image.
Syntax
'Declaration
 
Public ReadOnly Property SortImage As IMAGES_IDS
'Usage
 
Dim instance As GridColumn
Dim value As IMAGES_IDS
 
value = instance.SortImage
public IMAGES_IDS SortImage {get;}
public: __property IMAGES_IDS get_SortImage();
public:
property IMAGES_IDS SortImage {
   IMAGES_IDS get();
}

Property Value

It's an IMAGES_IDS::IdArowDown if sort is ascending, IMAGES_IDS::IdArowUp if sort is descending, IMAGES_IDS::Undefined if a column is not sorted.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridColumn Class
GridColumn Members

Send Feedback