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