Class RadPageViewOutlookItem
Inheritance
System.Object
RadPageViewOutlookItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPageViewOutlookItem : RadPageViewStackItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadPageViewOutlookItem()
Declaration
public RadPageViewOutlookItem()
Properties
AssociatedOverflowButton
Gets or sets the associated overflow button with the current page view item. This button is displayed below all items in the overflow items panel when the item is collapsed by using the outlook grip. When setting this property, the previously set item is disposed.
Declaration
public RadPageViewOutlookAssociatedButton AssociatedOverflowButton { get; }
Property Value
RadPageViewOutlookAssociatedButton
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|