Version

calcBoolFlag Method

Calculates the integer value for the specified ClientUIFlag based off of the passed in value.
Syntax
ASP.NET Ajax Javascript (Specification) 
function calcBoolFlag( 
   flag : Infragistics.Web.UI.ClientUIFlag
) : Boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFlagsHelper.calcBoolFlag(ClientUIFlag);

Parameters

flag
the client UI flag

Return Value

extracted defaultable boolean flag
See Also