New to Telerik UI for WinFormsStart a free 30-day trial

Document pages collection used to create, order, and manage page instances during layout.

Definition

Methods

Add a new page, assign the next sequential , and return it.

C#
public RadFixedPage AddPage()
Returns:

RadFixedPage

The newly created page instance.

Executes the action after the item is added to the collection.

C#
protected override void OnAfterAdd(RadFixedPage item)
Parameters:itemRadFixedPage

The page that has been added to the collection.

Overrides: DocumentElementCollectionBase<RadFixedPage, RadFixedDocument>.OnAfterAdd(RadFixedPage)

Executes the action after the item is removed from the collection.

C#
protected override void OnAfterRemove(RadFixedPage item)
Parameters:itemRadFixedPage

The page that has been removed from the collection.

Overrides: DocumentElementCollectionBase<RadFixedPage, RadFixedDocument>.OnAfterRemove(RadFixedPage)