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

CustomizeLabelPage.Width Property

Specifies the value of the Label Width editor.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnLabelInformationChanged")]
public virtual float Width { get; set; }

Property Value

Type Description
Single

A Single value.

See Also