RepositoryItemButtonEdit.TextEditStyle Property
Gets or sets the style in which text is displayed and edited in the button editor.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Behavior")]
public virtual TextEditStyles TextEditStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Text |
Standard | The Text |
Available values:
Name | Description |
---|---|
Standard | A button editor works in its normal way. Editing and selecting text is allowed. |
Hide |
The text editing region is not visible and the editor displays only buttons contained in the current button editor. If no buttons can be displayed (for instance because of setting the Editor |
Disable |
A button editor is displayed in its normal way. However, editing and selecting text is not allowed. If you want to enable a user to select text but disable text modifications, you can set the text editing style to Standard and set the Repository |
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the TextEditStyle property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.