Fusion8 Design Relational ListControl Class Library

RelationalListBox.HasParent Property

[This is preliminary documentation and subject to change.]

Gets a boolean value indicating if the control has a parent ListControl defined.

[Visual Basic]
NotOverridable Public ReadOnly Property HasParent As Boolean Implements _
   IRelationalListControl.HasParent
[C#]
public bool HasParent {get;}

Implements

IRelationalListControl.HasParent

Remarks

A top level ListControl will not have a parent defined.

This member is only available at runtime.

See Also

RelationalListBox Class | Fusion8Design.WebControls.UI Namespace