Active Query Builder 2 .NET Edition reference
DrawOrder Property (FieldListBaseColumnOptions)



Defines order in which the column is shown in the field list.
Syntax
'Declaration
 
Public Property DrawOrder As System.Integer
'Usage
 
Dim instance As FieldListBaseColumnOptions
Dim value As System.Integer
 
instance.DrawOrder = value
 
value = instance.DrawOrder
public System.int DrawOrder {get; set;}
public: __property System.int get_DrawOrder();
public: __property void set_DrawOrder( 
   System.int value
);

Property Value

0 means the first column, positive values mean next columns in ascending order.
See Also

Reference

FieldListBaseColumnOptions Class
FieldListBaseColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback