Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getDBFlag Method
Gets the DefaultableBoolean value of a flag
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getDBFlag(
: Infragistics.Web.UI.ClientUIFlag
) : DefaultableBoolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfFlagsHelper.getDBFlag(ClientUIFlag); |
Parameters
- flag
- the client UI flag
Return Value
extracted defaultable boolean flag
See Also