Back to Devexpress

RibbonPage.GroupStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpage-a618c9a5.md

latest1.4 KB
Original Source

RibbonPage.GroupStyle Property

Gets or sets the style applied to a RibbonPageGroup object defined as the RibbonPage.GroupTemplate‘s content. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public Style GroupStyle { get; set; }
vb
Public Property GroupStyle As Style

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Remarks

Target type: RibbonPageGroup.

The GroupStyle property supports the MVVM design pattern. See MVVM Support to learn more.

See Also

RibbonPage Class

RibbonPage Members

DevExpress.Xpf.Ribbon Namespace