This documentation is archived and is not being maintained.
DetailsView::CreateControlStyle Method
Visual Studio 2010
Creates a default table style object for the DetailsView control.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI.WebControls::StyleA Style that contains the default table style for the DetailsView control.
The CreateControlStyle method is a helper method called by the DetailsView control to create its default table style object. In addition to the default style setting of a TableStyle object, this method also sets the properties in the following table.
Property | Initial value |
|---|---|
GridLines.Both | |
0 |
When extending the DetailsView class, you can override this method to return a TableStyle object with custom settings.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: