ASPxWebControl.GetDefaultBooleanProperty(String, DefaultBoolean) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public DefaultBoolean GetDefaultBooleanProperty(
string key,
DefaultBoolean defaultValue
)
Parameters
| Name | Type |
|---|---|
| key | String |
| defaultValue | DefaultBoolean |
Returns
| Type |
|---|
| DefaultBoolean |
See Also