Skip to content
Mauro Servienti edited this page Feb 22, 2017 · 52 revisions

All documentation content is now available at https://docs.radicalframework.com/

Introduction

How to

MVVM and UI Composition

Radical Presentation: MVVM and UI Composition toolkit

(nuget package: Radical.Windows.Presentation)

Radical

(nuget package: Radical)

Radical Windows

(nuget package: Radical.Windows)

  • Collections:
    • ObservableEntityCollection;
    • EntityCollectionView;
  • Behaviors:
  • Markup: 
    • Editor binding;
    • Command bindings:
      • Auto command binding;
      • Behavior auto command binding;
  • Effects:
    • Gray scale
  • Converters:
    • Singleton converters (concepts);
    • BooleanBusyStatusConverter;
    • BooleanToVisibilityConverter;
    • NotConverter;
    • EnumCaptionConverter and EnumDescriptionConverter;
    • NullToVisibilityConverter;
  • Delegate commands;
  • Resizer control;
  • Observers:
    • NotifyCollectionChangedMonitor;

Radical Design

  • Design time data: concepts;
  • how to;