Back to Devexpress

Gallery.GroupStyle Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-f5468e0e.md

latest1.4 KB
Original Source

Gallery.GroupStyle Property

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

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

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: GalleryItemGroup.

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

See Also

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace