Interface IRadRibbonViewGallery
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadRibbonViewGallery : ISelector, IFrameworkElement, ITargetElement
Properties
CompressedThreshold
Declaration
string CompressedThreshold { get; }
Property Value
System.String
|
IsCompressed
Declaration
bool IsCompressed { get; }
Property Value
System.Boolean
|
RadGalleryItems
Declaration
IList<IRadGalleryItem> RadGalleryItems { get; }
Property Value
System.Collections.Generic.IList<IRadGalleryItem>
|
RadRibbonButtons
Declaration
IList<IRadRIbbonViewButton> RadRibbonButtons { get; }
Property Value
System.Collections.Generic.IList<IRadRIbbonViewButton>
|
RadRibbonDropDownButtons
Declaration
IList<IRadRibbonViewDropDownButton> RadRibbonDropDownButtons { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonViewDropDownButton>
|