Skip to main content
A newer version of this page is available. .

FormItem.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

A data template that is applied to the inline content.

Remarks

Specify the InlineContentTemplate property to configure the content appearance.

See Also