Back to Devexpress

BootstrapEditButton Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-2c6f13a0.md

latest3.0 KB
Original Source

BootstrapEditButton Class

Represents a button for a button editor control.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapEditButton :
    EditButton
vb
Public Class BootstrapEditButton
    Inherits EditButton

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.

Inheritance

Object StateManager CollectionItem EditButton BootstrapEditButton

See Also

BootstrapEditButton Members

BootstrapEditButtonCollection

DevExpress.Web.Bootstrap Namespace