[]
Represents a search panel for C1FlexGrid control.
[ToolboxBitmap(typeof(C1FlexGridSearchPanel), "C1FlexGridSearchPanel.png")]
[Docking(DockingBehavior.Ask)]
[ComVisible(true)]
public class C1FlexGridSearchPanel : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IDisposable, IExtenderProvider
Name | Description |
---|---|
C1FlexGridSearchPanel() | Initializes a new instance of the C1FlexGridSearchPanel control. |
Name | Description |
---|---|
AutoScroll | |
FilterSearchResults | Gets or sets whether the search results should be filtered. |
HighlightSearchResults | Gets or sets whether the search string is highlighted within located records. This property is obsolete. Use HighlightSearchResultsMode instead. |
HighlightSearchResultsMode | Gets or sets whether the search string is highlighted within located records. |
SearchDelay | Gets or sets the delay in milliseconds, after which a data search is initiated (if automatic search mode is active). |
SearchMode | Gets or sets whether data searching starts automatically, or must be started manually. |
SearchThroughVisibleRows | Gets or sets whether the search through only visible rows or all rows in C1FlexGrid. |
ShowClearButton | Gets or sets whether the Clear button is displayed within the C1FlexGridSearchPanel. |
ShowSearchButton | Gets or sets whether the Search button is displayed within the C1FlexGridSearchPanel. |
Text | Gets or sets the text associated with this control. |
Watermark | Gets or sets the text displayed when the search box is empty. |
Name | Description |
---|---|
CanExtend(object) | |
Dispose(bool) | Clean up any resources being used. |
GetC1FlexGridSearchPanel(C1FlexGridBase) | Gets the C1FlexGridSearchPanel associated with current C1FlexGridBase. |
OnForeColorChanged(EventArgs) | |
OnKeyDown(KeyEventArgs) | |
ResetWatermark() | |
SetC1FlexGridSearchPanel(C1FlexGridBase, C1FlexGridSearchPanel) | Sets the C1FlexGridSearchPanel associated with current C1FlexGridBase. |
ShouldSerializeWatermark() | |
ThemeChanged(object) | For internal use. |