|
|
|
Orientation Property, CellBaseClass Class |
Defines the cell parts orientation.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public Property Orientation As OrientationOptionalEnum |
C# |
public OrientationOptionalEnum Orientation { get; set; } |
C++ |
public: property OrientationOptionalEnum Orientation { |
Property Value
The cell parts orientation.
Value |
Description |
|
0 | The orientation is determined by the location, where the cell is used (see below). | |
1 | Parts are positioned next to each other. | |
2 | Parts are positioned one below the other. |
The default value is OrientationOptionalEnum.Default.
Comments
The Orientation property defines the cell parts orientation.
Parts in a cell can have either a horizontal orientation (parts are positioned next to each other) or a vertical orientation (parts are positioned one below the other).
SftTree/NET 2.0: The default settings for the cell parts orientation can be defined using these properties: OrientationDefault for items, Headers.OrientationDefault for column headers and Footers.OrientationDefault for column footers.
SftTabs/NET 6.0: The default setting is a horizontal orientation (OrientationOptionalEnum.Horizontal).
The EvaluatedOrientation property can be used to retrieve the actual cell parts orientation by evaluating the default settings.
Version Information
Supported in version 1.0.
Products Table