Skip to main content

ListBoxEdit.ItemTemplate Property

Gets or sets a template that defines the presentation of items contained within the list. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[Browsable(false)]
public DataTemplate ItemTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that represents the template which defines the presentation of items contained within the list.

#Implements

DevExpress.Xpf.Editors.Internal.ISelectorEdit.ItemTemplate
See Also