ClassFlowExtensibilityManager
Class
Provides extensibility points for customizing flow document behavior, such as field evaluation and page numbering logic.
Definition
Namespace:Telerik.Windows.Documents.Flow.Extensibility
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public static class FlowExtensibilityManager
Inheritance: objectFlowExtensibilityManager
Properties
NumberingFieldsProvider
Gets or sets the provider that calculates page numbers and formats field results for numbering fields in flow documents.
Declaration
cs-api-definition
public static NumberingFieldsProviderBase NumberingFieldsProvider { get; set; }
Property Value