Interface IRadRibbonBackstage
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadRibbonBackstage
Properties
RadRibbonBackstageItems
Declaration
IList<IRadRibbonBackstageItem> RadRibbonBackstageItems { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonBackstageItem>
|