New to Telerik Document ProcessingStart a free 30-day trial

Widget whose appearance is generated by the viewer at runtime (e.g., text fields, combo boxes), with optional initial content.

Definition

Methods

Recalculates the Widget AnnotationContentSource content based on Widget text properties and dynamic appearance characteristics.

C#
public override sealed void RecalculateContent()

Overrides: ContentAnnotationBase.RecalculateContent()

Properties

Gets the initial appearance content used by viewers before dynamic rendering takes over.

C#
public AnnotationContentSource Content { get; }
Property Value:

The initial content source.

Returns the variable‑content widget content type.

C#
public override sealed WidgetContentType WidgetContentType { get; }
Property Value:

VariableContent.

Overrides: Widget.WidgetContentType