Class RadPageViewExplorerBarItem
This class represents a single item in the RadPageView's explorer bar view mode.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPageViewExplorerBarItem : RadPageViewStackItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadPageViewExplorerBarItem()
Creates an instance of the RadPageViewExplorerBarItem.
Declaration
public RadPageViewExplorerBarItem()
RadPageViewExplorerBarItem(String)
Creates an instance of the RadPageViewExplorerBarItem.
Declaration
public RadPageViewExplorerBarItem(string text)
Parameters
System.String
text
|
RadPageViewExplorerBarItem(String, Image)
Creates an instance of the RadPageViewExplorerBarItem.
Declaration
public RadPageViewExplorerBarItem(string text, Image image)
Parameters
System.String
text
|
System.Drawing.Image
image
|
Fields
IsExpandedProperty
Properties
AssociatedContentAreaElement
Gets or sets an instance of the RadPageViewContentAreaElement that represents the content holder of this RadPageViewExplorerBarItem.
Declaration
public RadPageViewContentAreaElement AssociatedContentAreaElement { get; set; }
Property Value
RadPageViewContentAreaElement
|
IsExpanded
Gets or sets a boolean value that determines whether the content of the RadPageViewExplorerBarItem is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
Attach(RadPageViewPage)
Declaration
public override void Attach(RadPageViewPage page)
Parameters
RadPageViewPage
page
|
Overrides
Detach()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
OnPropertyChanging(RadPropertyChangingEventArgs)
Declaration
protected override void OnPropertyChanging(RadPropertyChangingEventArgs args)
Parameters
RadPropertyChangingEventArgs
args
|