DXCollectionViewScrolledEventArgs.ExtentSize Property
In This Article
Gets a vertical or horizontal (depending on the Orientation property value) size of the extent.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public double ExtentSize { get; }
#Property Value
Type | Description |
---|---|
Double | An extent size. |
See Also