Gallery.ItemCaptionTextStyleSelector Property
In This Article
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.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A System. |
#Remarks
To implement custom logic for choosing a style, you should create a System.Windows.Controls.StyleSelector descendant and override the System.Windows.Controls.StyleSelector.SelectStyle method. This method's return value will be applied to the Gallery.ItemCaptionTextStyle property. See this link to learn more.
See Also