TcxGridCustomLayoutItemCaptionOptions Properties
Contains caption settings for a grid layout item.| Name | Description |
|---|---|
| AlignHorz | Specifies horizontal caption text alignment. Inherited from TdxCustomLayoutItemCaptionOptions. |
| AlignVert | Specifies the vertical alignment of caption text within a layout item‘s caption area. Inherited from TdxLayoutLabeledItemCustomCaptionOptions. |
| Cursor protected | Specifies the cursor displayed when the mouse pointer hovers over the layout item caption. Inherited from TdxLayoutLabeledItemCustomCaptionOptions. |
| EllipsisPosition protected | Specifies the position of an ellipsis that replaces a portion of the caption that does not fit into its area. Inherited from TdxCustomLayoutItemCaptionOptions. |
| FormattedText | Provides access to formatted text-related settings and events at the layout item level. Inherited from TdxCustomLayoutItemCaptionOptions. |
| Glyph | Specifies the caption’s glyph. Inherited from TdxCustomLayoutItemCaptionOptions. |
| Hint protected | Specifies the caption’s hint. Inherited from TdxCustomLayoutItemCaptionOptions. |
| HyperlinkColor |
Deprecated. This property exists for backward compatibility only. Tip Use the FormattedText.HyperlinkColor property instead of |
| ImageIndex | Specifies the caption’s image. Inherited from TdxCustomLayoutItemCaptionOptions. |
| Item | Provides access to the grid layout item that uses the caption settings. |
| Layout protected | Determines where caption text appears within an item. Inherited from TdxCustomLayoutItemCaptionOptions. |
| ShowAccelChar protected | Specifies whether the item’s keyboard shortcut is in effect. Inherited from TdxCustomLayoutItemCaptionOptions. |
| ShowHyperlinkHint |
Deprecated. This property exists for backward compatibility only. Tip Use the FormattedText.ShowHyperlinkHint property instead of |
| Text | Specifies the layout item‘s caption. Inherited from TdxCustomLayoutItemCaptionOptions. |
| Visible | Specifies if the caption of a layout item or group is visible. Inherited from TdxCustomLayoutItemCaptionOptions. |
| VisibleElements | Specifies which caption elements are visible. Inherited from TdxCustomLayoutItemCaptionOptions. |
| Width | Specifies the caption area’s width (in pixels). Inherited from TdxLayoutLabeledItemCustomCaptionOptions. |
| WordWrap protected | Specifies if word wrap mode is active. Inherited from TdxLayoutLabeledItemCustomCaptionOptions. |
See Also