Class
ProtectDialogOption

Represents an option of the protection dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class ProtectDialogOption : NotifyPropertyChangedBase

Inheritance: objectProtectDialogOption

Constructors

ProtectDialogOption(string, bool)

Initializes a new instance of the ProtectDialogOption class.

Declaration

cs-api-definition
public ProtectDialogOption(string title, bool value = false)

Parameters

title

string

The title.

value

bool

The value.

Properties

Title

Gets the title of the option.

Declaration

cs-api-definition
public string Title { get; }

Property Value

string

The title.

Value

Gets or sets the value of the option.

Declaration

cs-api-definition
public bool Value { get; set; }

Property Value

bool

The value.