Back to Devexpress

Gallery.IsItemContentVisible Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-0b17b8ac.md

latest1.5 KB
Original Source

Gallery.IsItemContentVisible Property

Gets whether gallery item captions or descriptions are visible. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsItemContentVisible { get; protected set; }
vb
Public Property IsItemContentVisible As Boolean

Property Value

TypeDescription
Boolean

true if gallery item captions or descriptions are visible; otherwise, false.

|

Remarks

To specify the visibility of gallery item captions and descriptions, use the Gallery.IsItemCaptionVisible and Gallery.IsItemDescriptionVisible properties.

See Also

IsItemCaptionVisible

IsItemDescriptionVisible

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace