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

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

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