BootstrapTimeEditProperties.Buttons Property
Gets the collection of editor buttons.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditButtonCollection Buttons { get; }
Property Value
Type | Description |
---|---|
BootstrapEditButtonCollection | A BootstrapEditButtonCollection object representing the collection of buttons displayed within the editor. |
Remarks
Use the Buttons property to access the collection of editor buttons.
Note that a BootstrapClearButton instance can’t be used within the Buttons collection. Instead, use the BootstrapTimeEditProperties.ClearButton property to adjust the clear button’s configuration.
See Also