DetailsView::CreateControlStyle Method ()
.NET Framework (current version)
Creates a default table style object for the DetailsView control.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI.WebControls::Style^A 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 |
Notes to Inheritors:
When extending the DetailsView class, you can override this method to return a TableStyle object with custom settings.
.NET Framework
Available since 2.0
Available since 2.0
Show: