Back to Devexpress

FormItem.Content Property

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

latest890 B
Original Source

FormItem.Content Property

Gets or sets the content for the form item. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public object Content { get; set; }

Property Value

TypeDescription
System.Object

An object that specifies the form item’s content.

|

Remarks

Specify the ContentTemplate property to configure the content’s appearance.

See Also

FormItem Class

FormItem Members

DevExpress.Maui.Editors Namespace