[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery

RibbonGallery Class

Label in a RibbonBar control.

Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public sealed class RibbonGallery : RibbonDropDownBase
Public NotInheritable Class RibbonGallery
    Inherits RibbonDropDownBase

Constructors

Name Description
RibbonGallery()

Initializes a new instance of the RibbonLabel class.

Properties

Name Description
AllowGroupFiltering

Gets or sets whether the Gallery can be filtering.

CommandName

Gets or sets the command name.

ExecuteCommandOnSelectedItem

Gets a value indicating whether the command executes with selected item.

Expanded

Indicates if the gallery should appear expanded in a RibbonGroup.

GripHandleVisible

Indicates whether the drop-down can be resized.

ItemSize

Gets or sets the size of the items in a gallery.

ItemSpacing

Gets or sets the spacing between gallery items.

Items

Gets the collection of items in the gallery.

KeyTip

Gets or sets the KeyTip providing keyboard access to a RibbonGallery.

MenuItems

Gets the collection of menu items at the bottom of the drop-down portion of this RibbonGallery.

MinVisibleItems

Specifies the minimum number of visible items in expanded mode.

SelectedGroupName

Gets or sets name of the selected group name in the RibbonGallery.

SelectedIndex

Gets or sets index of the selected item in the RibbonGallery.

SelectedItem

Gets the selected item in the RibbonGallery.

Text

Gets or sets the text associated with the gallery.

VisibleItems

Specifies the number of visible items in expanded mode.

Events

Name Description
SelectedIndexChanged

Occurs when the value of the SelectedIndex property changes.