Class GroupVariant
Represents a variant for a Group control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class GroupVariant : DependencyObject
Constructors
GroupVariant()
GroupVariant(RadRibbonGroup, RibbonGroupVariant, Int32)
Initializes a new instance of the Group
Declaration
public GroupVariant(RadRibbonGroup group, RibbonGroupVariant variant, int priority)
Parameters
Rad The group. |
Ribbon The variant. |
System. The priority. |
GroupVariant(RibbonGroupVariant, Int32)
Initializes a new instance of the Group
Declaration
public GroupVariant(RibbonGroupVariant variant, int priority)
Parameters
Ribbon The variant. |
System. The priority. |
Fields
PriorityProperty
Identifies the Priority property.
Declaration
public static readonly DependencyProperty PriorityProperty
Field Value
System.
|
VariantProperty
Identifies the Variant property.
Declaration
public static readonly DependencyProperty VariantProperty
Field Value
System.
|
Properties
Group
Gets or sets the group.
Declaration
public RadRibbonGroup Group { get; }
Property Value
Rad The group. |
Priority
Gets or sets the priority.
Declaration
public int Priority { get; set; }
Property Value
System. The priority. |
Variant
Gets or sets the variant. See Ribbon
Declaration
public RibbonGroupVariant Variant { get; set; }
Property Value
Ribbon The variant. |