DataListItem.CreateControlStyle Method ()

 

Creates a TableItemStyle object for the DataListItem control, which contains the style properties for the control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Protected Overrides Function CreateControlStyle As Style

Return Value

Type: System.Web.UI.WebControls.Style

A TableItemStyle that contains the style properties of the control.

This method is primarily used by control developers, when extending the functionality of the DataListItem control.

.NET Framework
Available since 1.1
Return to top
Show: