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, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
BreadcrumbDrillButtonsContainer(RadChartElement)
Initializes a new instance of the BreadcrumbDrillButtonsContainer class.
Declaration
public BreadcrumbDrillButtonsContainer(RadChartElement ownerChart)
Parameters
|
RadChartElement
ownerChart
The owner chart. |
Properties
DrillNavigationMode
Methods
CreateButton(Int32)
Creates the button.
Declaration
protected virtual DrillBackButton CreateButton(int currentViewIndex)
Parameters
|
System.Int32
currentViewIndex
Index of the current view. |
Returns
|
DrillBackButton
|
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
|
DrillBackHomeButton
|
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
DrillDown(Int32)
Drills down.
Declaration
public virtual void DrillDown(int currentViewIndex)
Parameters
|
System.Int32
currentViewIndex
Index of the current view. |