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

Represents the context for managing properties of content controls in the Telerik UI.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ContentControlPropertiesContext

Inheritance: objectContentControlPropertiesContext

Constructors

C#
public ContentControlPropertiesContext(SdtRangeStart sdtStart, RadRichTextBox associatedRichTextBox)
Parameters:sdtStartSdtRangeStartassociatedRichTextBoxRadRichTextBox

Properties

Gets the associated RichTextBox control for the ContentControlPropertiesContext.

C#
public RadRichTextBox AssociatedRichTextBox { get; set; }

Gets the properties context for the content control in the Telerik UI.

C#
public SdtProperties Properties { get; set; }