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

A base class for the RadSpreadsheet dialog context classes.

Definition

Constructors

Initializes a new instance of the RadSpreadsheetDialogContext class.

C#
public RadSpreadsheetDialogContext(RadSpreadsheet radSpreadsheet)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

Properties

Owner

ContentControl

Gets or sets the owner of the dialog.

C#
public ContentControl Owner { get; set; }
Property Value:

The owner of the dialog.

Gets the RadSpreadsheet.

C#
public RadSpreadsheet RadSpreadsheet { get; }
Property Value:

The RadSpreadsheet.