TileControl.Orientation Property
Gets or sets the tile arrangement algorithm.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Appearance")]
public Orientation Orientation { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Orientation | Horizontal | The value specifying the tile arrangement algorithm. |
Remarks
A TileControl provides horizontal and vertical tile layouts. See the Tile Control topic to learn more.
See Also