Class RadGalleryElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGalleryElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, IItemsOwner
Constructors
RadGalleryElement()
Declaration
public RadGalleryElement()
Fields
IsSelectedProperty
MaxColumnsProperty
MaxDropDownColumnsProperty
MaxRowsProperty
MinDropDownColumnsProperty
Properties
DownButton
Gets tne Rad
Declaration
public RadImageButtonElement DownButton { get; }
Property Value
DropDownInheritsThemeClassName
Gets or sets value indicating whether DropDownMenu will have the same class name as the owner control or its own. True means that the same class name will be used as the control that opened the dropdown.
Declaration
public bool DropDownInheritsThemeClassName { get; set; }
Property Value
System.
|
Implements
DropDownSizingMode
FilterEnabled
Gets or sets a value indicating whether group filtering is enbled when filters are defined.
Declaration
public bool FilterEnabled { get; set; }
Property Value
System.
|
Filters
Gets a collection representing the group filters defined in this gallery.
Declaration
public RadItemOwnerCollection Filters { get; }
Property Value
GalleryDropDown
Gets an instance of the Rad
Declaration
public RadGalleryDropDown GalleryDropDown { get; }
Property Value
GalleryPopupElement
Gets an instance of the Rad
Declaration
public RadGalleryPopupElement GalleryPopupElement { get; }
Property Value
Groups
Gets a collection representing the groups contained in this gallery.
Declaration
public RadItemOwnerCollection Groups { get; }
Property Value
InRibbonBorder
Gets the Border
Declaration
public BorderPrimitive InRibbonBorder { get; }
Property Value
InRibbonFill
Gets the Fill
Declaration
public FillPrimitive InRibbonFill { get; }
Property Value
IsDroppedDown
Returns whether the gallery is currently dropped down.
Declaration
public bool IsDroppedDown { get; }
Property Value
System.
|
Items
Gets a collection representing the items contained in this gallery.
Declaration
[RadNewItem("", false)]
public RadItemOwnerCollection Items { get; }
Property Value
Implements
ItemSelection
Gets or sets a value indicating whether the selection of the gallery items is enabled or not.
Declaration
public bool ItemSelection { get; set; }
Property Value
System.
|
MaxColumns
Gets or sets the maximum number of columns to be shown in the in-ribbon portion of the gallery.
Declaration
[RadPropertyDefaultValue("MaxColumns", typeof(RadGalleryElement))]
public int MaxColumns { get; set; }
Property Value
System.
|
MaxDropDownColumns
Gets or sets the maximum number of columns to be shown in the drop-down portion of the gallery.
Declaration
[RadPropertyDefaultValue("MaxDropDownColumns", typeof(RadGalleryElement))]
public int MaxDropDownColumns { get; set; }
Property Value
System.
|
MaxRows
Gets or sets the maximum number of rows to be shown in the in-ribbon portion of the gallery.
Declaration
[RadPropertyDefaultValue("MaxRows", typeof(RadGalleryElement))]
public int MaxRows { get; set; }
Property Value
System.
|
MinDropDownColumns
Gets or sets the minimum number of columns to be shown in the drop-down portion of the gallery.
Declaration
[RadPropertyDefaultValue("MaxDropDownColumns", typeof(RadGalleryElement))]
public int MinDropDownColumns { get; set; }
Property Value
System.
|
PopupButton
Gets tne Rad
Declaration
public RadImageButtonElement PopupButton { get; }
Property Value
SelectedItem
Gets or sets the currently selected item.
Declaration
public RadGalleryItem SelectedItem { get; set; }
Property Value
Tools
Gets the Tools menu items collection where you can add and remove items from the Tools part of the gallery
Declaration
[RadEditItemsAction]
public RadItemOwnerCollection Tools { get; }
Property Value
UpButton
Gets tne Rad
Declaration
public RadImageButtonElement UpButton { get; }
Property Value
ZoomItems
Gets or sets a value indicating whether a gallery item is zoomed-in when mouse over it.
Declaration
public bool ZoomItems { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CloseDropDown()
Declaration
public void CloseDropDown()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
OnBitStateChanged(Int64, Boolean, Boolean)
Declaration
protected override void OnBitStateChanged(long key, bool oldValue, bool newValue)
Parameters
System.
|
System.
|
System.
|
Overrides
OnDropDownClosed(RadPopupClosedEventArgs)
Raises the DropDownClosed event.
Declaration
protected virtual void OnDropDownClosed(RadPopupClosedEventArgs e)
Parameters
OnDropDownClosing(RadPopupClosingEventArgs)
Raises the DropDownClosing event.
Declaration
protected virtual void OnDropDownClosing(RadPopupClosingEventArgs e)
Parameters
OnDropDownOpened(EventArgs)
Raises the DropDownOpened event.
Declaration
protected virtual void OnDropDownOpened(EventArgs e)
Parameters
System.
|
OnDropDownOpening(CancelEventArgs)
Raises the DropDownOpening event.
Declaration
protected virtual void OnDropDownOpening(CancelEventArgs e)
Parameters
System.
|
OnGalleryItemHover(GalleryItemHoverEventArgs)
Raises the GalleryItemHover event.
Declaration
protected virtual void OnGalleryItemHover(GalleryItemHoverEventArgs e)
Parameters
OnMouseWheel(MouseEventArgs)
Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Parameters
System.
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
OnTunnelEvent(RadElement, RoutedEventArgs)
Declaration
protected override void OnTunnelEvent(RadElement sender, RoutedEventArgs args)
Parameters
Rad
|
Routed
|
Overrides
ScrollLineDown()
Declaration
public void ScrollLineDown()
ScrollLineUp()
Declaration
public void ScrollLineUp()
ShowDropDown()
Declaration
public void ShowDropDown()
Events
DropDownClosed
Occurs when the drop-down window has closed.
Declaration
public event RadPopupClosedEventHandler DropDownClosed
Event Type
DropDownClosing
Occurs when the drop-down is about to be closed.
Declaration
public event RadPopupClosingEventHandler DropDownClosing
Event Type
DropDownOpened
Occurs when the drop-down has opened.
Declaration
public event EventHandler DropDownOpened
Event Type
System.
|
DropDownOpening
Occurs when the drop-down is opening.
Declaration
public event CancelEventHandler DropDownOpening
Event Type
System.
|
GalleryItemHover
Occurs when the mouse pointer rests on the gallery item.
Declaration
public event GalleryItemHoverEventHandler GalleryItemHover
Event Type
Explicit Interface Implementations
IDropDownMenuOwner.ControlDefinesThemeForElement(RadElement)
Declaration
bool IDropDownMenuOwner.ControlDefinesThemeForElement(RadElement element)
Parameters
Rad
|
Returns
System.
|