Class PanelItemSelectable
Represents selectable option of a WebPagePanelItem.
public sealed class PanelItemSelectable
- Inheritance
-
objectPanelItemSelectable
- Extension Methods
Properties
Selectable
Indicates if the web page is selectable.
public bool Selectable { get; set; }
Property Value
- bool
UnselectableReason
Message describing the reason why the WebPagePanelItem in unselectable.
public string UnselectableReason { get; set; }
Property Value
- string