Udostępnij za pośrednictwem


DataPagerDesigner.GetDesignTimeHtml Metoda

Definicja

Generuje znaczniki HTML używane do renderowania skojarzonej DataPager kontrolki w czasie projektowania.

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

Zwraca

Znaczniki HTML używane do renderowania skojarzonej DataPager kontrolki w czasie projektowania.

Uwagi

DataPager.Fields Jeśli kolekcja nie jest pusta, metoda odświeża TypeDescriptor obiekt, GetDesignTimeHtml() aby wymusić PreFilterProperties wywołanie metody, a następnie wywołuje jej podstawową implementację. DataPager.Fields Jeśli kolekcja jest pusta, GetDesignTimeHtml() metoda wywołuje metodę GetEmptyDesignTimeHtml w celu wygenerowania znaczników.

Dotyczy

Zobacz też