FormListPickerItem.InlineContent Property
Gets or sets the inline content. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public object InlineContent { get; set; }
Property Value
Type | Description |
---|---|
Object | The inline content. |
See Also