Class RadRibbonBarGroup
Represents a Ribbon Bar group. The Group can contain telerik controls. You may group related controls in groups; this gives the application intuitive interface.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class RadRibbonBarGroup : CollapsibleElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IItemsElement
Constructors
RadRibbonBarGroup()
Declaration
public RadRibbonBarGroup()
Fields
OldImageIndexProperty
OldImageProperty
Properties
BodyFill
Gets an instance of the FillPrimitiveclass that represents the body's fill;
Declaration
public FillPrimitive BodyFill { get; }
Property Value
FillPrimitive
|
CaptionFill
Gets an instance of the FillPrimitiveclass that represents the caption's fill;
Declaration
public FillPrimitive CaptionFill { get; }
Property Value
FillPrimitive
|
CollapsedImage
Gets or sets the image that is displayed when the chunk is collapsed.
Declaration
public Image CollapsedImage { get; set; }
Property Value
System.Drawing.Image
|
CollapseMaxSteps
Declaration
public override int CollapseMaxSteps { get; }
Property Value
System.Int32
|
Overrides
CollapsingPriority
Get or Set collapsing order weight - bigger mean to start collapsing from this RadRibbonbarGroup
Declaration
public int CollapsingPriority { get; set; }
Property Value
System.Int32
|
DialogButton
DropDownElement
Declaration
public RadDropDownButtonElement DropDownElement { get; }
Property Value
RadDropDownButtonElement
|
GroupBorder
Gets an instance of the BorderPrimitiveclass that represents the group's outer border.
Declaration
public BorderPrimitive GroupBorder { get; }
Property Value
BorderPrimitive
|
GroupFill
Gets an instance of the FillPrimitiveclass that represents the group's fill;
Declaration
public FillPrimitive GroupFill { get; }
Property Value
FillPrimitive
|
Items
Gets a collection of nested items.
Declaration
[RadNewItem("", false, false, false)]
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
Implements
Orientation
Gets or sets the orientation of the items inside the chunk. Possible values are: Horizontal and Vertical.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
ShowDialogButton
Get or sets value indicating whether Dialog button is visible or hidden.
Declaration
public bool ShowDialogButton { get; set; }
Property Value
System.Boolean
|
SimplifiedDropDownElement
Gets an instance of the RadDropDownButtonElementclass that represents of the elements in the Simplified ribbon style;
Declaration
public RadDropDownButtonElement SimplifiedDropDownElement { get; }
Property Value
RadDropDownButtonElement
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CanCollapseToStep(Int32)
Declaration
public override bool CanCollapseToStep(int nextStep)
Parameters
System.Int32
nextStep
|
Returns
System.Boolean
|
Overrides
CanExpandToStep(Int32)
Declaration
public override bool CanExpandToStep(int nextStep)
Parameters
System.Int32
nextStep
|
Returns
System.Boolean
|
Overrides
CollapseElementToStep(Int32)
Collapses the chunk.
Declaration
public override bool CollapseElementToStep(int nextStep)
Parameters
System.Int32
nextStep
|
Returns
System.Boolean
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
ExpandElementToStep(Int32)
Expands the chunk.
Declaration
public override bool ExpandElementToStep(int collapseStep)
Parameters
System.Int32
collapseStep
|
Returns
System.Boolean
|
Overrides
InitializeFields()
ItemClicked(RadItem)
OnBeginDispose()
OnDialogButtonClick(Object, EventArgs)
Declaration
protected virtual void OnDialogButtonClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnIsSimplifiedChanged()
Declaration
protected override void OnIsSimplifiedChanged()
Overrides
ShouldSerializeProperty(PropertyDescriptor)
Declaration
public override bool? ShouldSerializeProperty(PropertyDescriptor property)
Parameters
System.ComponentModel.PropertyDescriptor
property
|
Returns
System.Nullable<System.Boolean>
|
Overrides
ToString()
Overrides object ToString() method. Returns the value of the Text property prefixed with the "chunk:" string.
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Events
DialogButtonClick
Occurs when Dialog Button is clicked
Declaration
public event EventHandler DialogButtonClick
Event Type
System.EventHandler
|