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

TcxEditButton Properties
Show Inherited Hide Inherited

A button displayed within an editor.
Name Description
Action Specifies the action associated with the editor button. Inherited from TcxCustomEditButton.
Automation Provides access to the editor button’s UI Automation and accessibility settings. Inherited from TcxCustomEditButton.
Caption Specifies the editor button caption. Inherited from TcxCustomEditButton.
Collection Inherited from TCollectionItem.
ContentAlignment Specifies caption text alignment. Inherited from TcxCustomEditButton.
Default Specifies if the button is the default editor button. Inherited from TcxCustomEditButton.
DisplayName Inherited from TCollectionItem.
Enabled Specifies if the editor button is enabled. Inherited from TcxCustomEditButton.
Glyph Specifies the custom glyph for the editor button. Inherited from TcxCustomEditButton.
Hint Specifies a tooltip (hint) for the editor button. Inherited from TcxCustomEditButton.
HotTrackMode Specifies the active hot-track mode. Inherited from TcxCustomEditButton.
ID Inherited from TCollectionItem.
ImageIndex Specifies an index of an image used as the editor button glyph. Inherited from TcxCustomEditButton.
Index Inherited from TCollectionItem.
Kind Specifies the button content type. Inherited from TcxCustomEditButton.
LeftAlignment Specifies if the button is aligned to the left editor border. Inherited from TcxCustomEditButton.
Mode Specifies the button usage scenario. Inherited from TcxCustomEditButton.
Stretchable Specifies if the button automatically adjusts its width according to parent editor width changes. Inherited from TcxCustomEditButton.
Tag Stores an integer value associated with the editor button. Inherited from TcxCustomEditButton.
Transparent Specifies if editor button border and background are transparent. Inherited from TcxCustomEditButton.
Visible Specifies if the editor button is visible. Inherited from TcxCustomEditButton.
Width Specifies editor button width, in pixels. Inherited from TcxCustomEditButton.
See Also