ASPxHiddenField.TryGet(String, out Object) Method
In This Article
Attempts to get the value from the ASPxHiddenField value collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
property |
String | A string value that specifies the property name. |
property |
Object | An object that represents the value of the specified property. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also