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

Outlook Element Properties, Methods and Events

Updated over 6 months ago

You can use the following properties, methods and events to change the behavior of the Outlook View:

Properties

RadPageViewOutlookElement's PropertiesDescription
OverflowItemsContainerGets the element that represents the container which holds the buttons shown when items in the stack are hidden by using the overflow grip.
OverflowGripGets the element which represents the grip which can be dragged to adjust the count of visible items in the stack.
ShowMoreButtonsImageGets or sets the image shown on the item in the overflow drop-down that is used to show more buttons in the control.
ShowFewerButtonsImageGets or sets the image shown on the item in the overflow drop-down that is used to show fewer buttons in the control.

Methods

RadPageViewOutlookElement's MethodsDescription
GetHiddenItemsGets an array containing the items that are currently hidden by using the overflow grip.
GetUncheckedItemsGets an array containing the items that are currently unchecked by using the overflow menu.
UncheckItemMakes an item invisible. The item will appear as unchecked in the overflow menu.
CheckItemMakes an item visible. The item will appear as checked in the overflow menu.
DragGripDownDrags the overflow grip down to hide the first possible visible item. True if the drag operation succeeds, otherwise false.
DragGripUpDrags the overflow grip up to show the first possible hidden item. True if the drag operation succeeds, otherwise false.
ShowItemsShows a given amount of items from the hidden items in the RadPageViewOutlookElement starting from the bottom part of the stack.
HideItemsHides a given amount of items from the visible items in the RadPageViewOutlookElement starting from the bottom part of the stack.

Events

RadPageViewOutlookElement's EventsDescription
ItemAssociatedButtonClickedFires when the user clicks on a button associated with a RadPageViewItem instance. This buttons is shown when the item is collapsed by using the overflow grip.
ItemShownFires when an item is shown in the RadPageViewOutlookElement
ItemCollapsedFires when an item is collapsed in the RadPageViewOutlookElement.
ItemCheckedFires when an item is checked in the overflow drop-down menu of the RadPageViewOutlookElement.
ItemUncheckedFires when an item is unchecked in the overflow drop-down menu of the RadPageViewOutlookElement.

See Also

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