New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:groupRadRibbonGroup

The group.

variantRibbonGroupVariant

The variant.

priorityint

The priority.

Initializes a new instance of the GroupVariant class.

C#
public GroupVariant(RibbonGroupVariant variant, int priority)
Parameters:variantRibbonGroupVariant

The variant.

priorityint

The 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; }
Property Value:

The group.

Gets or sets the priority.

C#
public int Priority { get; set; }
Property Value:

The priority.

Gets or sets the variant. See RibbonGroupVariant.

C#
public RibbonGroupVariant Variant { get; set; }
Property Value:

The variant.