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.
|
IsCompressed
Declaration
bool IsCompressed { get; }
Property Value
System.
|
RadGalleryItems
Declaration
IList<IRadGalleryItem> RadGalleryItems { get; }
Property Value
System.
|
RadRibbonButtons
Declaration
IList<IRadRIbbonViewButton> RadRibbonButtons { get; }
Property Value
System.
|
RadRibbonDropDownButtons
Declaration
IList<IRadRibbonViewDropDownButton> RadRibbonDropDownButtons { get; }
Property Value
System.
|