Interface IRadBook
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadBook : IControl, IFrameworkElement, ITargetElement
Properties
BookItemElements
Declaration
IList<IRadBookItem> BookItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadBookItem>
|