Defines possible alignment of buttons within RadPageViewItem instance.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum PageViewItemButtonsAlignment
Fields
Buttons are above item's content.
C#
ButtonsAboveContent = 3
Buttons are before item's content.
C#
ButtonsBeforeContent = 1
Buttons are below item's content.
C#
ContentAboveButtons = 4
Buttons are after item's content.
C#
ContentBeforeButtons = 2
Buttons overlay item's content.
C#
Overlay = 0