Softelvdm.Controls Class Library for Windows Controls 1.0

EvaluatedOrientation Property, CellBaseClass Class

Softel vdm, Inc.

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 {
        OrientationEnum get();
}

Property Value

The cell parts orientation.

OrientationEnum

Value

Description

Horizontal

1

Parts are positioned next to each other.

Vertical

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com