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



Allows to add postfix to the column text. Can be used to add closing bracket or parenthesis.
Syntax
'Declaration
 
Public Property Postfix As System.String
'Usage
 
Dim instance As FieldListBaseColumnOptions
Dim value As System.String
 
instance.Postfix = value
 
value = instance.Postfix
public System.string Postfix {get; set;}
public: __property System.string* get_Postfix();
public: __property void set_Postfix( 
   System.string* value
);
See Also

Reference

FieldListBaseColumnOptions Class
FieldListBaseColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback