Back to Devexpress

FormItem.InlineContent Property

maui-devexpress-dot-maui-dot-editors-dot-formitem.md

latest867 B
Original Source

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

csharp
public object InlineContent { get; set; }

Property Value

TypeDescription
System.Object

The inline content.

|

Remarks

Specify the InlineContentTemplate property to configure the content appearance.

See Also

FormItem Class

FormItem Members

DevExpress.Maui.Editors Namespace