Class
SelectColorDialogContext

Represents context for the SelectColorDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SelectColorDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextSelectColorDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

SelectColorDialogContext()

Initializes a new instance of the SelectColorDialogContext class.

Declaration

cs-api-definition
public SelectColorDialogContext()

SelectColorDialogContext(RadSpreadsheet)

Initializes a new instance of the SelectColorDialogContext class.

Declaration

cs-api-definition
public SelectColorDialogContext(RadSpreadsheet radSpreadsheet)

Parameters

radSpreadsheet

RadSpreadsheet

The RAD spreadsheet.

Properties

SelectedColor

Gets or sets the selected color.

Declaration

cs-api-definition
public Color SelectedColor { get; set; }

Property Value

Color

The selected color.