Skip to main content
A newer version of this page is available. .
Tab

ASPxHiddenField.Count Property

Gets the number of values contained within the ASPxHiddenField‘s value collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public int Count { get; }

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