Class BreadcrumbDrillButtonsContainer
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class BreadcrumbDrillButtonsContainer : StackLayoutElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
BreadcrumbDrillButtonsContainer(RadChartElement)
Initializes a new instance of the Breadcrumb
Declaration
public BreadcrumbDrillButtonsContainer(RadChartElement ownerChart)
Parameters
Rad The owner chart. |
Properties
DrillNavigationMode
Methods
CreateButton(Int32)
Creates the button.
Declaration
protected virtual DrillBackButton CreateButton(int currentViewIndex)
Parameters
System. Index of the current view. |
Returns
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
CreateHomeButton()
Creates the home button.
Declaration
protected virtual DrillBackHomeButton CreateHomeButton()
Returns
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
DrillDown(Int32)
Drills down.
Declaration
public virtual void DrillDown(int currentViewIndex)
Parameters
System. Index of the current view. |