|
|
|
OrientationEnum Enumeration |
Defines the cell parts orientation.
Syntax OrientationEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum OrientationEnum |
C# |
public enum OrientationEnum |
C++ |
public enum class OrientationEnum |
Member |
Value |
Description |
Horizontal | 1 | Parts are positioned next to each other. |
Vertical | 2 | Parts are positioned one below the other. |
Comments
The OrientationEnum enumeration 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).
Version Information
Supported in version 1.0.
Products Table