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
public DataTemplate DisplayItemTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate | A template that configures appearance settings for the editor’s display item. |
See Also