FormPickerItemBase.InlineContentTemplate Property
In This Article
Gets or sets a template that configures the Inline Content‘s appearance. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public DataTemplate InlineContentTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A data template that is applied to Inline Content. |
See Also