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

Defines the properties dialog for a content control in the Telerik UI Extensibility framework.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface IContentControlPropertiesDialog

Derived Classes: CheckBoxPropertiesDialogDatePickerPropertiesDialogDropDownListPropertiesDialogPicturePropertiesDialogPlainTextPropertiesDialogRepeatingSectionPropertiesDialogRichTextPropertiesDialog...

Methods

Displays the content control properties dialog for the specified context.

C#
void Show(ContentControlPropertiesContext context)
Parameters:contextContentControlPropertiesContext

The context containing the properties of the content control to be displayed.