Back to Devexpress

Gallery.ItemCaptionTextStyleSelector Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-5bf13601.md

latest1.3 KB
Original Source

Gallery.ItemCaptionTextStyleSelector Property

Gets or sets an object that chooses a style applied to the Gallery.ItemCaptionTextStyle property. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public StatedStyleSelector ItemCaptionTextStyleSelector { get; set; }
vb
Public Property ItemCaptionTextStyleSelector As StatedStyleSelector

Property Value

TypeDescription
DevExpress.Xpf.Bars.StatedStyleSelector

A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic.

|

Remarks

To implement custom logic for choosing a style, create a System.Windows.Controls.StyleSelector descendant and override the System.Windows.Controls.StyleSelector.SelectStyle method.

See Also

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace