GroupVariant
Class
Represents a variant for a Group control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public class GroupVariant : DependencyObject
Inheritance: objectGroupVariant
Constructors
Initializes a new instance of the GroupVariant class.
C#
public GroupVariant()
Initializes a new instance of the GroupVariant class.
C#
public GroupVariant(RadRibbonGroup group, RibbonGroupVariant variant, int priority)
The group.
variantRibbonGroupVariantThe variant.
priorityintThe priority.
Initializes a new instance of the GroupVariant class.
C#
public GroupVariant(RibbonGroupVariant variant, int priority)
The variant.
priorityintThe priority.
Fields
PriorityProperty
DependencyProperty
Identifies the Priority property.
C#
public static readonly DependencyProperty PriorityProperty
VariantProperty
DependencyProperty
Identifies the Variant property.
C#
public static readonly DependencyProperty VariantProperty
Properties
Gets or sets the group.
C#
public RadRibbonGroup Group { get; }
The group.
Gets or sets the priority.
C#
public int Priority { get; set; }
The priority.
Gets or sets the variant. See RibbonGroupVariant.
C#
public RibbonGroupVariant Variant { get; set; }
The variant.