Class DrillBackButton
Inheritance
System.Object
DrillBackButton
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.ChartView.dll
Syntax
public class DrillBackButton : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
DrillBackButton(Int32)
Initializes a new instance of the DrillBackButton class.
Declaration
public DrillBackButton(int currentViewIndex)
Parameters
System.Int32
currentViewIndex
Index of the current view. |
Fields
IsLastButtonProperty
Properties
CurrentViewIndex
Gets the index of the current view.
Declaration
public virtual int CurrentViewIndex { get; }
Property Value
System.Int32
The index of the current view. |
IsLastButton
Gets or sets whether it is last button.
Declaration
public virtual bool IsLastButton { get; set; }
Property Value
System.Boolean
The is last button. |
Methods
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()