KaxEditorImageManager Property |
Contains the configuration of the ImageManager dialog.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ImageManagerDialogConfiguration ImageManager { get; set; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property ImageManager As ImageManagerDialogConfiguration
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property ImageManagerDialogConfiguration^ ImageManager {
ImageManagerDialogConfiguration^ get ();
void set (ImageManagerDialogConfiguration^ value);
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ImageManager : ImageManagerDialogConfiguration with get, set
Property Value
Type:
ImageManagerDialogConfiguration
An
ImageManagerDialogConfiguration
instance, containing the configuration of the ImageManager dialog
See Also