Back to Devexpress

DXScrollView.Content Property

maui-devexpress-dot-maui-dot-core-dot-dxscrollview.md

latest883 B
Original Source

DXScrollView.Content Property

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

csharp
public View Content { get; set; }

Property Value

TypeDescription
View

The view displayed within the DXScrollView.

|

See Also

DXScrollView Class

DXScrollView Members

DevExpress.Maui.Core Namespace