|
|
|
EvaluatedOrientation Property, CellBaseClass Class |
Returns the cell parts orientation.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Property EvaluatedOrientation As OrientationEnum |
C# |
public OrientationEnum EvaluatedOrientation { get; } |
C++ |
public: property OrientationEnum EvaluatedOrientation { |
Property Value
The cell parts orientation.
Value |
Description |
|
1 | Parts are positioned next to each other. | |
2 | Parts are positioned one below the other. |
Comments
The EvaluatedOrientation property returns 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 Orientation property can be used to define the cell parts orientation without evaluating the default settings.
Version Information
Supported in version 1.0.
Products Table