ASPxHiddenField.Count Property
In This Article
Gets the number of values contained within the ASPxHiddenField‘s value collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value representing the number of values contained within the collection. |
#Remarks
The Count property indicates the total number of values contained within the control’s collection.
#Implements
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>.Count
See Also