Skip to main content

TdxCustomRichEditControl.Views Property

Provides access to all document views.

Declaration

property Views: TdxRichEditViewRepository read; write;

Property Value

Type
TdxRichEditViewRepository

Remarks

Use the View.Draft, View.PrintLayoutView, and View.Simple properties to access the Draft, Print Layout, and Simple document views, respectively. For more information on options provided by the View settings, refer to the TdxRichEditViewRepository class description.

See Also