Skip to main content
All docs
V19.2
Tab

ASPxWebControl.SetDefaultBooleanProperty(String, DefaultBoolean, DefaultBoolean) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void SetDefaultBooleanProperty(
    string key,
    DefaultBoolean defaultValue,
    DefaultBoolean value
)

Parameters

Name Type
key String
defaultValue DefaultBoolean
value DefaultBoolean
See Also