Example #1
0
 protected override void ApplyProperties(CellDefinition cd, CellDescriptor d)
 {
     base.ApplyProperties(cd, d);
     cd.IsEnabledBindingSource    = this.isItemEnabledSource;
     cd.IsEnabledBindingParameter = "yes";
     cd.IsEnabledBindingPath      = d.BindingPath;
 }
 protected override void ApplyProperties(CellDefinition cd, CellDescriptor d)
 {
     base.ApplyProperties(cd, d);
     cd.BackgroundBindingSource = this.backgroundSource;
     cd.BackgroundBindingPath   = d.BindingPath;
 }