aspnetbootstrap-devexpress-dot-web-dot-bootstrap-2c6f13a0.md
Represents a button for a button editor control.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapEditButton :
EditButton
Public Class BootstrapEditButton
Inherits EditButton
The following members return BootstrapEditButton objects:
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.
Object StateManager CollectionItem EditButton BootstrapEditButton
See Also