DataPagerDesigner.GetDesignTimeHtml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.