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

Represents a content control in the Telerik document framework, allowing for extensibility and customization of content presentation and interaction.

Definition

Methods

Retrieves the name of the body element associated with the content control.

C#
string GetBodyElementName()
Returns:

string

A string representing the name of the body element.

Retrieves the current state of the content control.

C#
ContentControlState GetCurrentState()
Returns:

ContentControlState

The current state of the content control as an object of type T.

Initializes the content control with the specified state.

C#
void Initialize(ContentControlState state)
Parameters:stateContentControlState

The state of the content control to be initialized.

Updates the state of the content control with the specified state.

C#
void UpdateState(ContentControlState state)
Parameters:stateContentControlState

The new state to apply to the content control.