DataPagerField.CreateField 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.
When overridden in a derived class, creates an empty object that is derived DataPagerField.
protected:
abstract System::Web::UI::WebControls::DataPagerField ^ CreateField();
protected abstract System.Web.UI.WebControls.DataPagerField CreateField ();
abstract member CreateField : unit -> System.Web.UI.WebControls.DataPagerField
Protected MustOverride Function CreateField () As DataPagerField
Returns
An empty object that is derived from DataPagerField.
Remarks
The CreateField method is a helper method that is used by the CloneField method to create an empty object that is derived from DataPagerField. The current DataPagerField object is copied into the empty object.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.