|
|
|
OrientationOptionalEnum Enumeration |
Defines the cell parts orientation.
Syntax OrientationOptionalEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum OrientationOptionalEnum |
C# |
public enum OrientationOptionalEnum |
C++ |
public enum class OrientationOptionalEnum |
Member |
Value |
Description |
Default | 0 | The orientation is determined by the location, where the cell is used (see below). |
Horizontal | 1 | Parts are positioned next to each other. |
Vertical | 2 | Parts are positioned one below the other. |
Comments
The OrientationOptionalEnum 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