Determines if this control is displayable given the current data context. Returns TRUE if there is no display rule for this control.
[Visual Basic] Public Function IsDisplayable( _ ByVal ctx As DataContext _ ) _ Implements IDisplayable.IsDisplayable As Boolean [C#] public bool IsDisplayable( DataContext ctx ); [C++] public: bool IsDisplayable( DataContext* ctx ); [JScript] public function IsDisplayable( DataContext ctx ): bool;
True if the control is displayable, and false if not.
AbstractControl Class | Portrate.Interview.View.Controls Namespace