DXCollectionViewScrolledEventArgs.ExtentSize Property
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
public double ExtentSize { get; }
Property Value
Type | Description |
---|---|
Double | An extent size. |
See Also