A newer version of this page is available.
Switch to the current version.
UnboundSource.Count Property
Specifies the item count in the UnboundSource's list.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v18.2.dll
Declaration
[Browsable(false)]
[DefaultValue(0)]
public int Count { get; set; }
<Browsable(False)>
<DefaultValue(0)>
Public Property Count As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer which is the item count. |
See Also
Feedback