Skip to main content

CreateAreaEventArgs.DetailIndex Property

Gets or sets the index of a detail row for which the area creation event was called.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public int DetailIndex { get; }

#Property Value

Type Description
Int32

An integer value, which represents the index of a detail row.

See Also