Class ManageConditionalFormattingDialogContext
Represents manage conditional formatting context.
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.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ManageConditionalFormattingDialogContext : RadSpreadsheetDialogContext
Constructors
ManageConditionalFormattingDialogContext(RadSpreadsheet)
Initializes a new instance of the ManageConditionalFormattingDialogContext class.
Declaration
public ManageConditionalFormattingDialogContext(RadSpreadsheet radSpreadsheet)
Parameters
RadSpreadsheet
radSpreadsheet
The spreadsheet. |