Skip to main content

UnboundSource.Count Property

Specifies the item count in the UnboundSource‘s list.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

[Browsable(false)]
[DefaultValue(0)]
public int Count { get; set; }

#Property Value

Type Default Description
Int32 0

An integer which is the item count.

See Also