DXScrollView.Content Property
In This Article
Gets or sets an object that the DXScrollView displays. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public View Content { get; set; }
#Property Value
Type | Description |
---|---|
View | The view displayed within the DXScroll |
See Also