SearchAllColumns Property (FlexGridSearch)
In This Topic
Gets or sets a value that determines whether invisible columns should be included in the search.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(False)>
Public Property SearchAllColumns As System.Boolean
'Usage
Dim instance As FlexGridSearch
Dim value As System.Boolean
instance.SearchAllColumns = value
value = instance.SearchAllColumns
[System.ComponentModel.DefaultValue(false)]
public System.bool SearchAllColumns {get; set;}
public read-write property SearchAllColumns: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set SearchAllColumns : System.boolean
[System.ComponentModel.DefaultValue(false)]
public: __property System.bool get_SearchAllColumns();
public: __property void set_SearchAllColumns(
System.bool value
);
[System.ComponentModel.DefaultValue(false)]
public:
property System.bool SearchAllColumns {
System.bool get();
void set ( System.bool value);
}
See Also