Xceed Toolkit Plus for WPF v4.6 Documentation
Count Property (SkipRequest)


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data Namespace > SkipRequest Class : Count Property
Gets the count of items to skip.
Syntax
'Declaration
 
Public ReadOnly Property Count As Long
'Usage
 
Dim instance As SkipRequest
Dim value As Long
 
instance.Count = value
 
value = instance.Count
public long Count {get;}

Property Value

A value representing the count of items to skip.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SkipRequest Class
SkipRequest Members