BootstrapBinaryImageEditProperties.EditingSettings Property
Provides access to the binary image editing settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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