Click or drag to resize
ResourceAvailable Property
Gets or sets a value indicating if the resource is a available.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool Available { get; set; }

Property Value

Type: Boolean
A value indicating if the resource is a available.
Remarks
Resources marked as unavailable will not be visible in the drop-down lists in the advanced form (if applicable).
See Also