New to Telerik UI for WPFStart a free 30-day trial

Represents an option of the protection dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class ProtectDialogOption : NotifyPropertyChangedBase

Inheritance: objectProtectDialogOption

Constructors

Initializes a new instance of the ProtectDialogOption class.

C#
public ProtectDialogOption(string title, bool value = false)
Parameters:titlestring

The title.

valuebool

The value.

Properties

Gets the title of the option.

C#
public string Title { get; }
Property Value:

The title.

Gets or sets the value of the option.

C#
public bool Value { get; set; }
Property Value:

The value.