ParameterItemViewModel.LabelOrientation Property
In This Article
Namespace: DevExpress.XtraReports.Parameters.ViewModels
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public Orientation LabelOrientation { get; }
#Property Value
Type |
---|
Orientation |
Available values:
Name | Description |
---|---|
Horizontal | Places elements horizontally. |
Vertical | Places elements vertically. |
See Also