'Declaration Public Enum TitlePosition Inherits System.Enum
'Usage Dim instance As TitlePosition
public enum TitlePosition : System.Enum
'Declaration Public Enum TitlePosition Inherits System.Enum
'Usage Dim instance As TitlePosition
public enum TitlePosition : System.Enum
Member | Description |
---|---|
AlwaysLeft | Always position the SummaryCell's Title in the space reserved for the immediate adjoining left cell. If the cell to the immediate left is visible, the title will not be displayed. |
AlwaysRight | Always position the SummaryCell's Title in the space reserved for the immediate adjoining right cell. If the cell to the immediate right is visible, the title will not be displayed. |
PreferablyLeft | Preferably position the SummaryCell's Title in the space reserved for the immediate adjoining left cell. If the cell to the immediate left is visible, the title will be displayed in the space reserved for the immediate adjoining right cell if it is not visible, otherwise the title will not be displayed. |
PreferablyRight | Preferably position the SummaryCell's Title in the space reserved for the immediate adjoining rightcell. If the cell to the immediate right is visible, the title will be displayed in the space reserved for the immediate adjoining left cell if it is not visible, otherwise the title will not be displayed. |
A SummaryCell's Title is displayed to the left or right of the cell in the space reserved for the immediate adjoining left or right sibling SummaryCell. If the adjoining SummaryCells are visible (by default, they are not), the cell's Title will not be drawn.
By default, a SummaryCell's Title is aligned to the right if it is drawn in the adjoining left sibling cell, or to the left if it is drawn in the adjoining right sibling cell.
If the titles of two SummaryCells are to be written in the same space, the space will be divided into two equal halves.
System.Object
System.ValueType
System.Enum
Xceed.Grid.TitlePosition
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2