ASPxHiddenField.TryGet(String, out Object) Method
Attempts to get the value from the ASPxHiddenField value collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
See Also