RepositoryItemButtonEdit Class
Represents a repository item which stores settings specific to a ButtonEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v19.2.dll
Declaration
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "ButtonEdit")]
public class RepositoryItemButtonEdit :
RepositoryItemTextEdit
<ToolboxBitmap(GetType(ToolboxIconsRootNS), "ButtonEdit")>
Public Class RepositoryItemButtonEdit
Inherits RepositoryItemTextEdit
Related API Members
The following members accept/return RepositoryItemButtonEdit objects:
Remarks
The RepositoryItemButtonEdit class provides properties, methods and events appropriate to button edit controls (ButtonEdit class objects). The editor's ButtonEdit.Properties property allows you to access these settings. The RepositoryItemButtonEdit class provides properties that allow you to access the button collection (RepositoryItemButtonEdit.Buttons), specify the button's appearance (RepositoryItemButtonEdit.ButtonsStyle), define textbox visibility and availability (RepositoryItemButtonEdit.TextEditStyle). It also provides a RepositoryItemButtonEdit.ButtonClick and RepositoryItemButtonEdit.ButtonPressed event that can be handled to respond to click events.
You do not need to create repository items manually unless you have to create inplace editors for container controls (such as the XtraGrid).