wpf-devexpress-dot-xpf-dot-printing-dot-parameters-112fcc76.md
Specifies the default layout of report parameters in the ParametersPanel.
Namespace : DevExpress.Xpf.Printing.Parameters
Assembly : DevExpress.Xpf.Printing.v25.2.dll
NuGet Package : DevExpress.Wpf.Printing
public class ParameterLineLayout :
ContentControl
Public Class ParameterLineLayout
Inherits ContentControl
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ParameterLineLayout class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
reporting-wpf-custom-editor-for-report-parameter/CS/CustomParameterEditorsWPF/MainWindow.xaml#L16
<DataTemplate x:Key="multiValueTemplate">
<dxpp:ParameterLineLayout>
<dxe:ComboBoxEdit Grid.Column="1" MinWidth="70" ShowCustomItems="True"
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl ParameterLineLayout
See Also