BootstrapEditButton Class
Represents a button for a button editor control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
The following members return BootstrapEditButton objects:
Remarks
The BootstrapEditButton class implements the functionality of an individual button displayed within button editors of different types (such as the BootstrapButtonEdit, BootstrapDateEdit, BootstrapComboBox). Instances of the BootstrapEditButton class are maintained within the BootstrapEditButtonCollection collection which can be accessed via the editor’s Buttons property.
Use the properties of the BootstrapEditButton class to specify an individual edit button’s characteristics. You can define the EditButton.Text and BootstrapEditButton.IconCssClass properties to specify the button’s caption text and displayed image. The button’s position within a button editor can be specified via the EditButton.Position property The EditButton.Visible and EditButton.Enabled properties control the button’s visibility and availability to end-users.