CustomizeLabelPage.LabelsCountHorz Property
Specifies the number of labels that fit into a page’s width.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "OnLabelInformationChanged")]
public virtual int LabelsCountHorz { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the number of labels to print on a page horizontally. |
See Also