Class ProtectDialogOption
Represents an option of the protection dialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ProtectDialogOption : NotifyPropertyChangedBase, INotifyPropertyChanged
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. |