Active Query Builder 2 .NET Edition reference
UseCustomExpressionBuilder Property



Allows to use custom expression builder for Expression and/or condition columns of the control.
Syntax
'Declaration
 
Public Property UseCustomExpressionBuilder As AffectedColumns
'Usage
 
Dim instance As QueryColumnListOptions
Dim value As AffectedColumns
 
instance.UseCustomExpressionBuilder = value
 
value = instance.UseCustomExpressionBuilder
public AffectedColumns UseCustomExpressionBuilder {get; set;}
public: __property AffectedColumns get_UseCustomExpressionBuilder();
public: __property void set_UseCustomExpressionBuilder( 
   AffectedColumns value
);
Remarks

When this option is enabled for a column, the ellipsis button appears at this column while editing it's content. By clicking this button, the component fires the QueryBuilder.CustomExpressionBuilder event. The handler for this event should provide the way to edit this column's content and return the result.

Note: Active Query Builder Professional .NET Subscription includes the Expression Editor facility with code completion and syntax highlight to be used for the same purpose.

See Also

Reference

QueryColumnListOptions Class
QueryColumnListOptions Members
DisableDirectEditingIn Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback