Back to Devexpress

NumericCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ee759585.md

latest1.3 KB
Original Source

NumericCollection Class

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class NumericCollection :
    CustomCollection<double>
vb
Public Class NumericCollection
    Inherits CustomCollection(Of Double)

The following members return NumericCollection objects:

Inheritance

Object DevExpress.Web.Internal.CustomCollection<Double> NumericCollection

See Also

NumericCollection Members

DevExpress.Web.Bootstrap Namespace