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