Class RadBook
Inheritance
System.Object
RadBook
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadBook : ItemsControl, IAutomationPeer, IPeerConverter, IRadBook, IControl, IFrameworkElement, ITargetElement
Constructors
RadBook()
Declaration
public RadBook()
Properties
BookItemElements
Declaration
public IList<IRadBookItem> BookItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadBookItem>
|
Implements
BookItems
Declaration
[Obsolete("The property is deprecated. Please use BookItemElements instead.")]
public IList<RadBookItem> BookItems { get; }
Property Value
System.Collections.Generic.IList<RadBookItem>
|
FoldSize
IsKeyboardNavigationEnabled
LeftPageItem
Declaration
[Obsolete("The property is deprecated. Please use LeftPageItemElement instead.")]
public RadBookItem LeftPageItem { get; }
Property Value
RadBookItem
|
LeftPageItemElement
RightPageItem
Declaration
[Obsolete("The property is deprecated. Please use RightPageItemElement instead.")]
public RadBookItem RightPageItem { get; }
Property Value
RadBookItem
|
RightPageItemElement
Declaration
public IRadBookItem RightPageItemElement { get; }
Property Value
IRadBookItem
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
TurnPage(TurnPagePosition)
TurnPage(TurnPagePosition, Int32)
Declaration
public void TurnPage(TurnPagePosition position, int offset)
Parameters
TurnPagePosition
position
|
System.Int32
offset
|