Back to Devexpress

ParameterLineLayout Class

wpf-devexpress-dot-xpf-dot-printing-dot-parameters-112fcc76.md

latest2.7 KB
Original Source

ParameterLineLayout Class

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

Declaration

csharp
public class ParameterLineLayout :
    ContentControl
vb
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

xml
<DataTemplate x:Key="multiValueTemplate">
    <dxpp:ParameterLineLayout>
        <dxe:ComboBoxEdit Grid.Column="1" MinWidth="70" ShowCustomItems="True"

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl ParameterLineLayout

See Also

ParameterLineLayout Members

DevExpress.Xpf.Printing.Parameters Namespace