Table of Contents

Class PanelItemSelectable

Namespace
Kentico.Xperience.Admin.Websites
Assembly
Kentico.Xperience.Admin.Websites.Shared.dll

Represents selectable option of a WebPagePanelItem.

public sealed class PanelItemSelectable
Inheritance
object
PanelItemSelectable
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