Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomLayoutItemCaptionOptions Members

The base class for all classes that store caption settings for layout items and groups.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TdxCustomLayoutItem) Initializes a new instance of the TdxCustomLayoutItemOptions class with specified settings. Inherited from TdxCustomLayoutItemOptions.

#Properties

Name Description
AlignHorz Specifies horizontal caption text alignment.
AlignVert Specifies the vertical alignment of caption text within the item’s caption region.
EllipsisPosition protected Specifies the position of an ellipsis that replaces a portion of the caption that does not fit into its area.
Glyph protected Specifies the caption’s glyph.
Hint protected Specifies the caption’s hint.
HyperlinkColor Specifies the color of hyperlinks in the layout item caption.
ImageIndex protected Specifies the caption’s image.
Layout protected Determines where caption text appears within an item.
ShowAccelChar protected Specifies whether the item’s keyboard shortcut is in effect.
ShowHyperlinkHint Specifies if a hyperlink in the layout item caption displays the target URI in a hint when the mouse pointer hovers over the hyperlink.
Text Specifies the layout item‘s caption.
Visible Specifies if the caption of a layout item or group is visible.
VisibleElements protected Specifies which caption elements are visible.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also