FilterListPickerItemBase.PickerItemContentTemplate Property
In This Article
Gets or sets a template that configures the appearance of the picker’s content (list) area. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public DataTemplate PickerItemContentTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The data template applied to the content. |
See Also