ASPxWebControl.GetDefaultBooleanProperty(String, DefaultBoolean) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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