Back to Devexpress

ASPxWebControl.GetDefaultBooleanProperty(String, DefaultBoolean) Method

aspnet-devexpress-dot-web-dot-aspxwebcontrol-dot-getdefaultbooleanproperty-x28-system-dot-string-devexpress-dot-utils-dot-defaultboolean-x29.md

latest1.3 KB
Original Source

ASPxWebControl.GetDefaultBooleanProperty(String, DefaultBoolean) Method

For internal use only.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public DefaultBoolean GetDefaultBooleanProperty(
    string key,
    DefaultBoolean defaultValue
)
vb
Public Function GetDefaultBooleanProperty(
    key As String,
    defaultValue As DefaultBoolean
) As DefaultBoolean

Parameters

NameType
keyString
defaultValueDefaultBoolean

Returns

Type
DefaultBoolean

See Also

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace