Skip to main content
A newer version of this page is available. .

SimpleLink(DataTemplate, Int32) Constructor

Initializes a new instance of the SimpleLink class with the specified detail template and detail count.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public SimpleLink(
    DataTemplate detail,
    int detailCount
)

Parameters

Name Type Description
detail DataTemplate

A DataTemplate object, which specifies the template for a detail area. This template is assigned to the SimpleLink.DetailTemplate property.

detailCount Int32

An integer value, which specifies the count of detail records. This value is assigned to the SimpleLink.DetailCount property.

See Also