The members of UIKit.UISearchDisplayController are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| Active | bool. Whether the search interface is visible. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUISearchDisplayDelegate. An instance of the UIKit.UISearchDisplayDelegate model class which acts as the class delegate. | |
| DisplaysSearchBarInNavigationBar | bool. Whether the navigation bar contains a search bar. | |
| [read-only] | NavigationItem | UINavigationItem. Represents the UISearchDisplayController in a UINavigationController's nav bar. Read-only. |
| [read-only] | SearchBar | UISearchBar. The search bar. Read-only. |
| [read-only] | SearchContentsController | UIViewController. The UIViewController that managed the contents being searched. Read-only. |
| SearchResultsDataSource | IUITableViewDataSource. The UITableViewDataSource holding the search results. | |
| SearchResultsDelegate | IUITableViewDelegate. The delegate object for events relating to the search results table view. | |
| SearchResultsSource | UITableViewSource. The UITableViewSource holding the search results. | |
| [read-only] | SearchResultsTableView | UITableView. The UITableView in which the search results are displayed. Read-only. |
| SearchResultsTitle | string. The title for the search results view. | |
| SearchResultsWeakDataSource | Foundation.NSObject. The data source for the UITableView in which the search results are displayed. | |
| SearchResultsWeakDelegate | Foundation.NSObject. The delegate for the UITableView in which the search results are displayed. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |