MultiColumn.Direction Property
Obsolete. This property has become obsolete. Use the MultiColumn.Layout property instead.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[Obsolete("This property is now obsolete. Use the Layout property instead.")]
[Browsable(false)]
public ColumnDirection Direction { get; set; }
<Obsolete("This property is now obsolete. Use the Layout property instead.")>
<Browsable(False)>
Public Property Direction As ColumnDirection
Property Value
Type | Description |
---|---|
ColumnDirection | A ColumnDirection enumeration value. |
See Also
Feedback