This documentation is archived and is not being maintained.
ListView Properties
Visual Studio 2010
The ListView type exposes the following members.
| Name | Description | |
|---|---|---|
|
AccessKey | Overrides the WebControl::AccessKey property. Setting this property is not supported by the ListView control. (Overrides WebControl::AccessKey.) |
|
Adapter | Gets the browser-specific adapter for the control. (Inherited from Control.) |
|
AlternatingItemTemplate | Gets or sets the custom content for the alternating data item in a ListView control. |
|
AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. (Inherited from Control.) |
|
Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. (Inherited from WebControl.) |
|
BackColor | Overrides the WebControl::BackColor property. Setting this property is not supported by the ListView control. (Overrides WebControl::BackColor.) |
|
BindingContainer | Infrastructure. Gets the control that contains this control's data binding. (Inherited from Control.) |
|
BorderColor | Overrides the WebControl::BorderColor property. Setting this property is not supported by the ListView control. (Overrides WebControl::BorderColor.) |
|
BorderStyle | Overrides the WebControl::BorderStyle property. Setting this property is not supported by the ListView control. (Overrides WebControl::BorderStyle.) |
|
BorderWidth | Overrides the WebControl::BorderWidth property. Setting this property is not supported by the ListView control. (Overrides WebControl::BorderWidth.) |
|
ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. (Inherited from Control.) |
|
ClientID | Gets the control ID for HTML markup that is generated by ASP.NET. (Inherited from Control.) |
|
ClientIDMode | Gets or sets the algorithm that is used to generate the value of the ClientID property. (Inherited from Control.) |
|
ClientIDRowSuffix | Gets or sets the name of the data field whose value is used to uniquely identify each data row of a ListView control when the ClientIDMode property is set to Predictable. |
|
ClientIDRowSuffixDataKeys | Infrastructure. Gets the data values that are used to uniquely identify each instance of a data-bound control when ASP.NET generates the ClientID value. |
|
ClientIDSeparator | Gets a character value representing the separator character used in the ClientID property. (Inherited from Control.) |
|
Context | Gets the HttpContext object associated with the server control for the current Web request. (Inherited from Control.) |
|
Controls | Gets a ControlCollection object that represents the child controls of the ListView control. (Overrides Control::Controls.) |
|
ControlStyle | Gets the style of the Web server control. This property is used primarily by control developers. (Inherited from WebControl.) |
|
ControlStyleCreated | Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers. (Inherited from WebControl.) |
|
ConvertEmptyStringToNull | Gets or sets a value that indicates whether empty string values ("") are automatically converted to null values when the data field is updated in the data source. |
|
CssClass | Overrides the WebControl::CssClass property. Setting this property is not supported by the ListView control. (Overrides WebControl::CssClass.) |
|
DataItemContainer | Gets a reference to the naming container if the naming container implements IDataItemContainer. (Inherited from Control.) |
|
DataKeyNames | Gets or sets an array that contains the names of the primary key fields for the items displayed in a ListView control. |
|
DataKeys | Gets a collection of DataKey objects that represent the data-key value for each item in a ListView control. |
|
DataKeysContainer | Gets a reference to the naming container if the naming container implements IDataKeysControl. (Inherited from Control.) |
|
DataMember | Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items. (Inherited from DataBoundControl.) |
|
DataSource | Gets or sets the object from which the data-bound control retrieves its list of data items. (Inherited from BaseDataBoundControl.) |
|
DataSourceID | Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. (Inherited from DataBoundControl.) |
|
DataSourceObject | Gets an object that implements the IDataSource interface, which provides access to the object's data content. (Inherited from DataBoundControl.) |
|
DesignMode | Gets a value indicating whether a control is being used on a design surface. (Inherited from Control.) |
|
EditIndex | Gets or sets the index of the item being edited. |
|
EditItem | Gets the item that is in edit mode in a ListView control. |
|
EditItemTemplate | Gets or sets the custom content for the item in edit mode. |
|
EmptyDataTemplate | Gets or sets the user-defined content for the empty template that is rendered when a ListView control is bound to a data source that does not contain any records. |
|
EmptyItemTemplate | Gets or sets the user-defined content for the empty item that is rendered in a ListView control when there are no more data items to display in the last row of the current data page. |
|
Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from WebControl.) |
|
EnableModelValidation | Gets or sets a value that indicates whether a validator control will handle exceptions that occur during insert or update operations. |
|
EnablePersistedSelection | Gets or sets a value that indicates whether row selection persists when a user pages through data in a data-bound control. |
|
EnableTheming | Gets or sets a value indicating whether themes apply to this control. (Inherited from WebControl.) |
|
EnableViewState | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from Control.) |
|
Events | Gets a list of event handler delegates for the control. This property is read-only. (Inherited from Control.) |
|
Font | Overrides the WebControl::Font property. This property is not supported by the ListView control. (Overrides WebControl::Font.) |
|
ForeColor | Overrides the WebControl::ForeColor property. Setting this property is not supported by the ListView control. (Overrides WebControl::ForeColor.) |
|
GroupItemCount | Gets or sets the number of items to display per group in a ListView control. |
|
GroupPlaceholderID | Gets or sets the ID for the group placeholder in a ListView control. |
|
GroupSeparatorTemplate | Gets or sets the user-defined content for the separator between groups in a ListView control. |
|
GroupTemplate | Gets or sets the user-defined content for the group container in a ListView control. |
|
HasAttributes | Gets a value indicating whether the control has attributes set. (Inherited from WebControl.) |
|
HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from Control.) |
|
Height | Overrides the WebControl::Height property. Setting this property is not supported by the ListView control. (Overrides WebControl::Height.) |
|
ID | Gets or sets the programmatic identifier assigned to the server control. (Inherited from Control.) |
|
IdSeparator | Infrastructure. Gets the character used to separate control identifiers. (Inherited from Control.) |
|
Initialized | Gets a value indicating whether the data-bound control has been initialized. (Inherited from BaseDataBoundControl.) |
|
InsertItem | Gets the insert item of a ListView control. |
|
InsertItemPosition | Gets or sets the location of the InsertItemTemplate template when it is rendered as part of the ListView control. |
|
InsertItemTemplate | Gets or sets the custom content for an insert item in the ListView control. |
|
IsBoundUsingDataSourceID | Gets a value indicating whether the DataSourceID property is set. (Inherited from BaseDataBoundControl.) |
|
IsChildControlStateCleared | Gets a value indicating whether controls contained within this control have control state. (Inherited from Control.) |
|
IsEnabled | Gets a value indicating whether the control is enabled. (Inherited from WebControl.) |
|
IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from Control.) |
|
IsViewStateEnabled | Gets a value indicating whether view state is enabled for this control. (Inherited from Control.) |
|
ItemPlaceholderID | Gets or sets the ID for the item placeholder in a ListView control. |
|
Items | Gets a collection of ListViewDataItem objects that represent the data items of the current page of data in a ListView control. |
|
ItemSeparatorTemplate | Gets or sets the custom content for the separator between the items in a ListView control. |
|
ItemTemplate | Gets or sets the custom content for the data item in a ListView control. |
|
LayoutTemplate | Gets or sets the custom content for the root container in a ListView control. |
|
LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by ID instead of index. (Inherited from Control.) |
|
MaximumRows | Gets the maximum number of items to display on a single page of the ListView control. |
|
NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same Control::ID property value. (Inherited from Control.) |
|
Page | Gets a reference to the Page instance that contains the server control. (Inherited from Control.) |
|
Parent | Gets a reference to the server control's parent control in the page control hierarchy. (Inherited from Control.) |
|
RenderingCompatibility | Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from Control.) |
|
RequiresDataBinding | Gets or sets a value indicating whether the DataBind method should be called. (Inherited from BaseDataBoundControl.) |
|
SelectArguments | Gets a DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control. (Inherited from DataBoundControl.) |
|
SelectedDataKey | Gets the data-key value for the selected item in a ListView control. |
|
SelectedIndex | Gets or sets the index of the selected item in a ListView control. |
|
SelectedItemTemplate | Gets or sets the custom content for the selected item in a ListView control. |
|
SelectedPersistedDataKey | Gets or sets the data-key value for the persisted selected item in a data-bound control. |
|
SelectedValue | Gets the data-key value of the selected item in a ListView control. |
|
Site | Gets information about the container that hosts the current control when rendered on a design surface. (Inherited from Control.) |
|
SkinID | Gets or sets the skin to apply to the control. (Inherited from WebControl.) |
|
SortDirection | Gets the sort direction of the field or fields that are being sorted. |
|
SortExpression | Gets the sort expression that is associated with the field or fields that are being sorted. |
|
StartRowIndex | Gets the index of the first record that is displayed on a page of data in the ListView control. |
|
Style | Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. (Inherited from WebControl.) |
|
SupportsDisabledAttribute | Gets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's IsEnabled property is false. (Inherited from BaseDataBoundControl.) |
|
TabIndex | Overrides the WebControl::TabIndex property. Setting this property is not supported by the ListView control. (Overrides WebControl::TabIndex.) |
|
TagKey | Gets the HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers. (Inherited from WebControl.) |
|
TagName | Gets the name of the control tag. This property is used primarily by control developers. (Inherited from WebControl.) |
|
TemplateControl | Gets or sets a reference to the template that contains this control. (Inherited from Control.) |
|
TemplateSourceDirectory | Gets the virtual directory of the Page or UserControl that contains the current server control. (Inherited from Control.) |
|
ToolTip | Overrides the WebControl::ToolTip property. Setting this property is not supported by the ListView control. (Overrides WebControl::ToolTip.) |
|
UniqueID | Gets the unique, hierarchically qualified identifier for the server control. (Inherited from Control.) |
|
ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Control.) |
|
ViewStateIgnoresCase | Gets a value that indicates whether the StateBag object is case-insensitive. (Inherited from Control.) |
|
ViewStateMode | Gets or sets the view-state mode of this control. (Inherited from Control.) |
|
Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from Control.) |
|
Width | Overrides the WebControl::Width property. Setting this property is not supported by the ListView control. (Overrides WebControl::Width.) |
| Name | Description | |
|---|---|---|
|
IControlBuilderAccessor::ControlBuilder | For a description of this member, see IControlBuilderAccessor::ControlBuilder. (Inherited from Control.) |
|
IControlDesignerAccessor::UserData | For a description of this member, see IControlDesignerAccessor::UserData. (Inherited from Control.) |
|
IDataBindingsAccessor::DataBindings | For a description of this member, see IDataBindingsAccessor::DataBindings. (Inherited from Control.) |
|
IDataBindingsAccessor::HasDataBindings | For a description of this member, see IDataBindingsAccessor::HasDataBindings. (Inherited from Control.) |
|
IDataBoundControl::DataKeyNames | Gets or sets an array that contains the names of the primary-key fields of the items that are displayed in a data-bound control. |
|
IDataBoundControl::DataMember | Gets or sets the name of the list of data that the data-bound control binds to when the data source contains more than one distinct list of data items. |
|
IDataBoundControl::DataSource | Gets or sets the object from which a data-bound control retrieves its list of data items. |
|
IDataBoundControl::DataSourceID | Gets or sets the ID of the data source control from which a data-bound control retrieves its list of data items. |
|
IDataBoundControl::DataSourceObject | Gets an object that implements the IDataSource interface, which provides access to the object's data content. |
|
IDataBoundListControl::ClientIDRowSuffix | Gets the name of the data field whose value is used to uniquely identify each data row of a ListView control when the ClientIDMode property is set to Predictable. |
|
IDataBoundListControl::DataKeys | Gets a collection of data-key values that represent each row in a data-bound control. |
|
IDataBoundListControl::EnablePersistedSelection | Gets or sets the value that specifies whether a selected row persists when a user pages through data in a data-bound control. |
|
IDataBoundListControl::SelectedDataKey | Gets the data-key object that contains the data-key value for the selected row in a data-bound control. |
|
IDataBoundListControl::SelectedIndex | Gets or sets the index of the selected row in a data-bound control. |
|
IDataKeysControl::ClientIDRowSuffixDataKeys | Infrastructure. Gets a collection of the data values that are used to uniquely identify each instance of a data-bound control when ASP.NET generates the ClientID value. |
|
IExpressionsAccessor::Expressions | For a description of this member, see IExpressionsAccessor::Expressions. (Inherited from Control.) |
|
IExpressionsAccessor::HasExpressions | For a description of this member, see IExpressionsAccessor::HasExpressions. (Inherited from Control.) |
|
IPageableItemContainer::MaximumRows | Infrastructure. For a description of this member, see IPageableItemContainer::MaximumRows. |
|
IPageableItemContainer::StartRowIndex | Infrastructure. For a description of this member, see IPageableItemContainer::StartRowIndex. |
|
IPersistedSelector::DataKey | Gets or sets the data-key value for the selected record in a data-bound control. |
Show: