Active Query Builder 2 .NET Edition reference
SelectedFieldsCountInCaption Property



Instructs to indicate the number of selected fields (checked items) in datasource's caption.
Syntax
'Declaration
 
Public Property SelectedFieldsCountInCaption As System.Boolean
'Usage
 
Dim instance As DataSourceOptions
Dim value As System.Boolean
 
instance.SelectedFieldsCountInCaption = value
 
value = instance.SelectedFieldsCountInCaption
public System.bool SelectedFieldsCountInCaption {get; set;}
public: __property System.bool get_SelectedFieldsCountInCaption();
public: __property void set_SelectedFieldsCountInCaption( 
   System.bool value
);
See Also

Reference

DataSourceOptions Class
DataSourceOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback