Skip to main content
A newer version of this page is available. .

BootstrapBinaryImage.EditingSettings Property

Provides access to the binary image editing settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapBinaryImageEditingSettingsBase EditingSettings { get; }

Property Value

Type Description
BootstrapBinaryImageEditingSettingsBase

A BootstrapBinaryImageEditingSettingsBase object that contains the edit settings.

Remarks

Note

View the Demo To see this feature in action, please refer to the following online demo: Default Binary Image.

See Also