Class ProtectDialogOption
Represents an option of the protection dialog.
Inheritance
System.Object
ProtectDialogOption
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ProtectDialogOption : NotifyPropertyChangedBase
Constructors
ProtectDialogOption(String, Boolean)
Initializes a new instance of the ProtectDialogOption class.
Declaration
public ProtectDialogOption(string title, bool value = false)
Parameters
System.String
title
The title. |
System.Boolean
value
The value. |
Properties
Title
Gets the title of the option.
Declaration
public string Title { get; }
Property Value
System.String
The title. |
Value
Gets or sets the value of the option.
Declaration
public bool Value { get; set; }
Property Value
System.Boolean
The value. |