Back to Devexpress

DataFormComboBoxItem.DisplayItemTemplate Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformcomboboxitem-fd66eb0f.md

latest988 B
Original Source

DataFormComboBoxItem.DisplayItemTemplate Property

Gets or sets the data template that specifies the appearance of the item in the edit box. This is a bindable property

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public DataTemplate DisplayItemTemplate { get; set; }

Property Value

TypeDescription
DataTemplate

A template that configures appearance settings for the editor’s display item.

|

See Also

DataFormComboBoxItem Class

DataFormComboBoxItem Members

DevExpress.Maui.DataForm Namespace