Skip to main content

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.v23.2.dll

NuGet Package: 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