Class RadGalleryPopupElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGalleryPopupElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
  Constructors
RadGalleryPopupElement(RadItemOwnerCollection, RadItemOwnerCollection, RadItemOwnerCollection, RadItemOwnerCollection)
Declaration
public RadGalleryPopupElement(RadItemOwnerCollection items, RadItemOwnerCollection groups, RadItemOwnerCollection filters, RadItemOwnerCollection menuItems)
  Parameters
| 
        RadItemOwnerCollection
        items
         
  | 
    
| 
        RadItemOwnerCollection
        groups
         
  | 
    
| 
        RadItemOwnerCollection
        filters
         
  | 
    
| 
        RadItemOwnerCollection
        menuItems
         
  | 
    
RadGalleryPopupElement(RadItemOwnerCollection, RadItemOwnerCollection, RadItemOwnerCollection, RadItemOwnerCollection, SizeF, SizeF)
Declaration
public RadGalleryPopupElement(RadItemOwnerCollection items, RadItemOwnerCollection groups, RadItemOwnerCollection filters, RadItemOwnerCollection menuItems, SizeF initialSize, SizeF minimumSize)
  Parameters
| 
        RadItemOwnerCollection
        items
         
  | 
    
| 
        RadItemOwnerCollection
        groups
         
  | 
    
| 
        RadItemOwnerCollection
        filters
         
  | 
    
| 
        RadItemOwnerCollection
        menuItems
         
  | 
    
| 
        System.Drawing.SizeF
        initialSize
         
  | 
    
| 
        System.Drawing.SizeF
        minimumSize
         
  | 
    
RadGalleryPopupElement(RadItemOwnerCollection, RadItemOwnerCollection, RadItemOwnerCollection, RadItemOwnerCollection, SizeF, SizeF, SizingMode)
Declaration
public RadGalleryPopupElement(RadItemOwnerCollection items, RadItemOwnerCollection groups, RadItemOwnerCollection filters, RadItemOwnerCollection menuItems, SizeF initialSize, SizeF minimumSize, SizingMode dropDownSizingMode)
  Parameters
| 
        RadItemOwnerCollection
        items
         
  | 
    
| 
        RadItemOwnerCollection
        groups
         
  | 
    
| 
        RadItemOwnerCollection
        filters
         
  | 
    
| 
        RadItemOwnerCollection
        menuItems
         
  | 
    
| 
        System.Drawing.SizeF
        initialSize
         
  | 
    
| 
        System.Drawing.SizeF
        minimumSize
         
  | 
    
| 
        SizingMode
        dropDownSizingMode
         
  | 
    
Properties
GroupHolderStackLayout
MenuElement
Gets an instance of the RadMenuElementclass that represents the element holding the buttons that represent the different filters and groups.
Declaration
public RadMenuElement MenuElement { get; }
  Property Value
| 
        RadMenuElement
         
  | 
    
ScrollViewer
Gets an instance of the RadScrollViewer class that represents the scrollable panel that holds the gallery items when the popup is shown.
Declaration
public RadScrollViewer ScrollViewer { get; }
  Property Value
| 
        RadScrollViewer
         
  | 
    
SelectedFilter
Declaration
public RadGalleryGroupFilter SelectedFilter { get; set; }
  Property Value
| 
        RadGalleryGroupFilter
         
  | 
    
SizingGrip
Gets an instance of the SizeGripElementclass that represents the sizing grip of the dropdown.
Declaration
public SizeGripElement SizingGrip { get; }
  Property Value
| 
        SizeGripElement
         
  | 
    
Methods
BuildGroup()
Declaration
protected void BuildGroup()
  CreateChildElements()
Declaration
protected override void CreateChildElements()
  Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
  Parameters
| 
        System.Drawing.SizeF
        availableSize
         
  | 
    
Returns
| 
        System.Drawing.SizeF
         
  | 
    
Overrides
UnWireEvents()
Declaration
protected void UnWireEvents()
  WireEvents()
Declaration
protected void WireEvents()