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

Properties

Updated over 1 year ago
PropertyDescription
ViewModeGets or sets the current mode of the view.
SelectedPageGets or sets the RadPageViewPage instance that is currently selected within the view.
PagesGets the collection of pages for this view.
ViewElementGets the current RadPageViewElement instance that represents the UI of the view.
DefaultPageGets or sets the default RadPageViewPage that will be loaded after EndInit of the control. If the DefaultPage is null the currently selected page will be loaded.
ItemSizeModeGets or sets the text orientation of the item within the owning RadPageViewElement instance.
ItemSizeGets or sets the size of the items when ItemSizeMode of RadPageView is PageViewItemSizeMode.EqualSize.
SelectionWrapGets or sets whether the pages will be wrapped around when performing selection using the arrow keys. If the property is set to true, pressing the right arrow key when the last page is selected will result in selecting the first page.
AllowShowFocusCuesIndicates the focus cues visibility when available, based on the corresponding control type and the current UI state.
ViewElement.UseMnemonicDetermines whether ampersand character will be treated as mnemonic or not.
EnablePeekPopupGets or sets a value indicating whether a peek pop-up can be shown when an item is hovered with the mouse. The content of the peek pop-up needs to be set in the RadPageViewElement.PeekPopupOpening event.
PeekPopupGets the peek pop-up, which is represented by a RadCallout.
PeekPopupIntervalGets or sets the interval needed to show a PeekPopup after a RadPageViewItem is hovered.

Methods

MethodDescription
EnsurePageVisibleEnsures that the passed page as an argument will be visible.
ShowPeekPopupShows a peek pop-up over a RadPageViewItem. The content of the peek pop-up needs to be set in the RadPageViewElement.PeekPopupOpening event.

Events

EventDescription
ItemDroppingOccurs when an item is about to be dropped over another item.
ItemDroppedOccurs when an item was dropped over another item.
ItemCreatingRaised when page item is about to be created.
NewPageRequestedRaised when the current mode of the view is about to change. Cancelable.
ViewModeChangingRaised when the current mode of the view is about to change. Cancelable.
ViewModeChangedRaised when the current mode of the view has changed.
ItemListMenuDisplayingRaised when the built-in ItemsList menu is about to be displayed. Cancelable.
ItemListMenuDisplayedRaised when the built-in ItemsList menu is displayed.
PageAddingRaised when a new page is about to be added to the view. Cancelable.
PageAddedRaised when a new page has been successfully added to the view.
PageRemovingRaised when a page is about to be removed from the view. Cancelable.
PageRemovedRaised when a page has been successfully removed from the view.
PageIndexChangingRaised when a page is about to change its index. Cancelable.
PageIndexChangedRaised when a page's index has been successfully changed.
PagesClearingRaised when all pages are about to be removed from the view. Cancelable.
PagesClearedRaised when all pages have been successfully removed from the view.
PageExpandingRaised when the content of a RadPageViewPage is expanding. This event is only raised when the view mode of the control is set to ExplorerBar.
PageExpandedRaised when the content of a RadPageViewPage is expanded. This event is only raised when the view mode of the control is set to ExplorerBar.
PageCollapsingRaised when the content of a RadPageViewPage is collapsing. This event is only raised when the view mode of the control is set to ExplorerBar.
PageCollapsedRaised when the content of a RadPageViewPage is collapsed. This event is only raised when the view mode of the control is set to ExplorerBar.
SelectedPageChangingRaised when currently selected page has changed.
SelectedPageChangedRaised when currently selected page has changed.
SuspendEventsTemporary suspends event raising.
ResumeEventsResumes event raising, previously suspended by a SuspendEvents call.
PeekPopupOpeningFired when the peek pop-up is about to be shown. In this event you need to populate the content of the peek pop-up, otherwise it will not be displayed.
PeekPopupClosedFired when the peek pop-up has been closed.

See Also

In this article
MethodsEventsSee Also
Not finding the help you need?
Contact Support