ClassRadRibbonBarGroup
Represents a Ribbon Bar group. The Group can contain telerik controls. You may group related controls in groups; this gives the application intuitive interface.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
[ComVisible(false)]
public class RadRibbonBarGroup : CollapsibleElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IItemsElement
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemCollapsibleElementRadRibbonBarGroup
Implements:
Inherited Members
Constructors
RadRibbonBarGroup()
Declaration
public RadRibbonBarGroup()
Fields
OldImageIndexProperty
Declaration
public static RadProperty OldImageIndexProperty
Field Value
Properties
BodyFill
Gets an instance of the FillPrimitiveclass that represents the body's fill;
CaptionFill
Gets an instance of the FillPrimitiveclass that represents the caption's fill;
Declaration
public FillPrimitive CaptionFill { get; }
Property Value
CollapseMaxSteps
Declaration
[Browsable(false)]
public override int CollapseMaxSteps { get; }
Property Value
Overrides
CollapsedImage
Gets or sets the image that is displayed when the chunk is collapsed.
Declaration
[Browsable(true)]
[TypeConverter(typeof(ImageTypeConverter))]
public Image CollapsedImage { get; set; }
Property Value
CollapsingPriority
Get or Set collapsing order weight - bigger mean to start collapsing from this RadRibbonbarGroup
DialogButton
Declaration
[Browsable(false)]
public RadButtonElement DialogButton { get; }
Property Value
DropDownElement
Declaration
[Browsable(false)]
public RadDropDownButtonElement DropDownElement { get; }
Property Value
GroupBorder
Gets an instance of the BorderPrimitiveclass that represents the group's outer border.
Declaration
public BorderPrimitive GroupBorder { get; }
Property Value
GroupFill
Gets an instance of the FillPrimitiveclass that represents the group's fill;
Items
Gets a collection of nested items.
Declaration
[Browsable(true)]
[RadNewItem("", false, false, false)]
public RadItemOwnerCollection Items { get; }
Property Value
Implements
Orientation
Gets or sets the orientation of the items inside the chunk. Possible values are: Horizontal and Vertical.
Declaration
[Browsable(true)]
public Orientation Orientation { get; set; }
Property Value
ShowDialogButton
Get or sets value indicating whether Dialog button is visible or hidden.
SimplifiedDropDownElement
Gets an instance of the RadDropDownButtonElementclass that represents of the elements in the Simplified ribbon style;
Declaration
[Browsable(false)]
public RadDropDownButtonElement SimplifiedDropDownElement { get; }
Property Value
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
Overrides
Methods
CollapseElementToStep(int)
Collapses the chunk.
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
ExpandElementToStep(int)
Expands the chunk.
InitializeFields()
Initializes the fields of this instance with their default values.
Declaration
protected override void InitializeFields()
Overrides
ItemClicked(RadItem)
Declaration
public void ItemClicked(RadItem item)
Parameters
item
Implements
OnBeginDispose()
A callback used by the owning RadControl to notify the element for the beginning of a disposing process.
Declaration
protected override void OnBeginDispose()
Overrides
OnIsSimplifiedChanged()
Declaration
protected override void OnIsSimplifiedChanged()
Overrides
ShouldSerializeProperty(PropertyDescriptor)
Determines whether the property defined by the provided property descriptor should be serialized.
Declaration
public override bool? ShouldSerializeProperty(PropertyDescriptor property)
Parameters
property
Returns
bool?
Overrides
ToString()
Overrides object ToString() method. Returns the value of the Text property prefixed with the "chunk:" string.
Events
DialogButtonClick
Occurs when Dialog Button is clicked