New to Kendo UI for jQueryStart a free 30-day trial

kendo.drawing.OptionsStore : kendo.Class

Stores nested settings and notifies an (optional) observer of changes.

Example - initializing an options store
<script>
    var options = new kendo.drawing.OptionsStore({
        foo: {
            bar: true
        }
    });
</script>

Fields

Constructor Parameters

Methods