Back to Devexpress

Gallery.ItemControlTemplate Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-06cda758.md

latest1.2 KB
Original Source

Gallery.ItemControlTemplate Property

Gets or sets the template used to represent a gallery item on-screen. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ControlTemplate ItemControlTemplate { get; set; }
vb
Public Property ItemControlTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object that is the corresponding template.

|

Remarks

TargetType : GalleryItemControl

See Also

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace