ContentIsland.IsClosed Property

Definition

Gets whether this ContentIsland is closed.

public:
 property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = contentIsland.isClosed;
Public ReadOnly Property IsClosed As Boolean

Property Value

Boolean

bool

True, if this ContentIsland is closed; otherwise, false.

Implements

Applies to

See also