Bearbeiten

DataPagerDesigner.GetDesignTimeHtml Method

Definition

Generates the HTML markup that is used to render the associated DataPager control at design time.

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

Returns

The HTML markup that is used to render the associated DataPager control at design time.

Remarks

If the DataPager.Fields collection is not empty, the GetDesignTimeHtml() method refreshes the TypeDescriptor object to force the PreFilterProperties method to be called and then calls its base implementation. If the DataPager.Fields collection is empty, the GetDesignTimeHtml() method invokes the GetEmptyDesignTimeHtml method to generate the markup.

Applies to

See also