DataGridPagerStyle::CopyFrom Method (Style^)

 

Copies the style of the specified Style object into this instance of the DataGridPagerStyle class.

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

public:
virtual void CopyFrom(
	Style^ s
) override

Parameters

s
Type: System.Web.UI.WebControls::Style^

The Style to copy from.

Use the CopyFrom method to copy the style properties of the specified Style object into this instance of the DataGridPagerStyle class.

The following code example demonstrates how to use the CopyFrom method to copy the properties of a Style object to a DataGridPagerStyle object.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: