EditingFieldExtensions.EditorInfoCollection Property
Provides access to the collection of editors that can be used for changing control content in Print Preview.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<InplaceEditorInfoBase> | A collection of editors that can be used for content editing in Print Preview. |
See Also