45 references to DetailsView
System.Web (43)
UI\WebControls\DetailsView.cs (12)
328/// background of the <see cref='System.Web.UI.WebControls.DetailsView'/>.</para> 660TemplateContainer(typeof(DetailsView)), 756/// <para>Gets a collection of <see cref='System.Web.UI.WebControls.DataControlField'/> controls in the <see cref='System.Web.UI.WebControls.DetailsView'/>. This property is read-only.</para> 836TemplateContainer(typeof(DetailsView)), 937TemplateContainer(typeof(DetailsView)), 1115/// <see cref='System.Web.UI.WebControls.DetailsView'/>. This 1141/// <see cref='System.Web.UI.WebControls.DetailsView'/>. This 1170TemplateContainer(typeof(DetailsView)), 2889/// <para>Loads a saved state of the <see cref='System.Web.UI.WebControls.DetailsView'/>.</para> 3173scriptOM.RegisterClientScriptResource(typeof(DetailsView), "DetailsView.js"); 3185scriptOM.RegisterStartupScript(typeof(DetailsView), clientReference, startupScript, true); 3485/// <para>Saves the current state of the <see cref='System.Web.UI.WebControls.DetailsView'/>.</para>
UI\WebControls\DetailsViewCommandEventArgs.cs (1)
16/// <para>Provides data for some <see cref='System.Web.UI.WebControls.DetailsView'/> events.</para>
UI\WebControls\DetailsViewCommandEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.DetailsView'/> class.</para>
UI\WebControls\DetailsViewDeletedEventArgs.cs (1)
14/// <para>Provides data for some <see cref='System.Web.UI.WebControls.DetailsView'/> events.</para>
UI\WebControls\DetailsViewDeletedEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.DetailsView'/> class.</para>
UI\WebControls\DetailsViewDeleteEventArgs.cs (1)
15/// <para>Provides data for some <see cref='System.Web.UI.WebControls.DetailsView'/> events.</para>
UI\WebControls\DetailsViewDeleteEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.DetailsView'/> class.</para>
UI\WebControls\DetailsViewInsertedEventArgs.cs (1)
14/// <para>Provides data for some <see cref='System.Web.UI.WebControls.DetailsView'/> events.</para>
UI\WebControls\DetailsViewInsertedEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.DetailsView'/> class.</para>
UI\WebControls\DetailsViewInsertEventArgs.cs (2)
15/// <para>Provides data for some <see cref='System.Web.UI.WebControls.DetailsView'/> events.</para> 33/// <para>Gets the argument to the command posted to the <see cref='System.Web.UI.WebControls.DetailsView'/>. This property is read-only.</para>
UI\WebControls\DetailsViewInsertEventHandler.cs (1)
14/// event for the <see cref='System.Web.UI.WebControls.DetailsView'/> class.</para>
UI\WebControls\DetailsViewModeEventArgs.cs (2)
31/// <para>Gets a bool in the <see cref='System.Web.UI.WebControls.DetailsView'/> indicating whether the mode change is the result of a cancel command. 42/// <para>Gets a DetailsViewMode in the <see cref='System.Web.UI.WebControls.DetailsView'/>. This property is read-only.</para>
UI\WebControls\DetailsViewModeEventHandler.cs (1)
14/// <see langword='DetailsViewMode'/> event of a <see cref='System.Web.UI.WebControls.DetailsView'/> .</para>
UI\WebControls\DetailsViewPageEventArgs.cs (1)
30/// <para>Gets the index of the first new page to be displayed in the <see cref='System.Web.UI.WebControls.DetailsView'/>.
UI\WebControls\DetailsViewPageEventHandler.cs (1)
17/// <see langword='DetailsViewPage'/> event of a <see cref='System.Web.UI.WebControls.DetailsView'/>.</para>
UI\WebControls\DetailsViewPagerRow.cs (1)
13/// <para>Represents an individual row in the <see cref='System.Web.UI.WebControls.DetailsView'/>.</para>
UI\WebControls\DetailsViewRow.cs (4)
13/// <para>Represents an individual row in the <see cref='System.Web.UI.WebControls.DetailsView'/>.</para> 34/// <para>Indicates the index of the item in the <see cref='System.Web.UI.WebControls.DetailsView'/>. This property is 45/// <para>Indicates the type of the row in the <see cref='System.Web.UI.WebControls.DetailsView'/>.</para> 55/// <para>Indicates the type of the row in the <see cref='System.Web.UI.WebControls.DetailsView'/>.</para>
UI\WebControls\DetailsViewRowsGenerator.cs (5)
10if (!(control is DetailsView)) { 11throw new ArgumentException(SR.GetString(SR.InvalidDefaultAutoFieldGenerator, GetType().FullName, typeof(DetailsView).FullName)); 14DetailsView detailsView = control as DetailsView; 103private bool ShouldGenerateField(Type propertyType, DetailsView detailsView) {
UI\WebControls\DetailsViewUpdatedEventArgs.cs (1)
14/// <para>Provides data for some <see cref='System.Web.UI.WebControls.DetailsView'/> events.</para>
UI\WebControls\DetailsViewUpdatedEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.DetailsView'/> class.</para>
UI\WebControls\DetailsViewUpdateEventArgs.cs (2)
15/// <para>Provides data for some <see cref='System.Web.UI.WebControls.DetailsView'/> events.</para> 35/// <para>Gets the argument to the command posted to the <see cref='System.Web.UI.WebControls.DetailsView'/>. This property is read-only.</para>
UI\WebControls\DetailsViewUpdateEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.DetailsView'/> class.</para>
System.Web.DynamicData (2)
DynamicData\DynamicDataExtensions.cs (2)
68DetailsView detailsView = control as DetailsView;