ListViewChooser Members
Include Protected Members
Include Inherited Members
Renders a Control that is used to choose a view for displaying a list.
The ListViewChooser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListViewChooser | Initializes a new instance of the ListViewChooser class. |
Top
Properties
Name | Description | |
---|---|---|
IsInHierarchyManager | Gets a value that indicates whether the ListViewChooser is contained within a hierarchy manager control. | |
SelectedID | Gets the ID of the selected item in the ListViewChooser. | |
SupportWss | Gets or sets a value that indicates whether the ListViewChooser is displayed using Microsoft SharePoint Foundation 2010 formatting. | |
TitleTextLocId | Gets or sets the ID of the localized version of the ListViewChooser object title text. |
Top
Methods
Name | Description | |
---|---|---|
OnInit | Handles the Init event. (Overrides Control.OnInit(EventArgs).) | |
Render | Renders the ListViewChooser to the client. (Overrides Control.Render(HtmlTextWriter).) |
Top
Fields
Name | Description | |
---|---|---|
DefaultToFirst | Specifies a value that indicates whether the first ListViewChooserItem will be selected by default if no ListViewChooserItem is selected. | |
DefaultView | Specifies the default view of the ListViewChooser. | |
IsInCMC | Specifies a value that indicates whether the ListViewChooser is in the category management console. |
Top