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
public object Content { get; set; }
Property Value
Type | Description |
---|---|
Object | An object that specifies the form item’s content. |
Remarks
Specify the ContentTemplate property to configure the content’s appearance.
See Also