Skip to main content
Tab

ASPxHiddenField.TryGet(String, out Object) Method

Attempts to get the value from the ASPxHiddenField value collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool TryGet(
    string propertyName,
    out object propertyValue
)

Parameters

Name Type Description
propertyName String

A string value that specifies the property name.

propertyValue Object

An object that represents the value of the specified property.

Returns

Type Description
Boolean

true is a value is obtained from the collection; otherwise, false.

See Also