property ComboBox.FilterBarCaption as String
Specifies the filter bar's caption. /*not supported in the lite version*/

 TypeDescription 
   String A string expression that indicates the caption for control's filter bar.  

Use the FilterBarCaption property to change the caption of the control's filter bar. Use the FilterBarForeColor and FilterBarBackColor properties to define the colors used to paint the description for control's filter. Use the FilterBarHeight property to specify the height of the control's filter bar window. If the FilterBarCaption property is empty, the control builds the filter bar's caption based on filtered columns. For instance, if the control filters items based on the columns "Name" and "Value", the control's filter bar caption could be like "[Name] = 'name' and [Value]  = 'value'". Use the Description property to define predefined strings in the filter bar caption. Use the FilterBarFont property to specify the font for the control's filter bar.  

The FilterBarCaption property supports HTML format as described here:

 


Send comments on this topic.
© 1999-2012 Exontrol.COM, Software. All rights reserved.