Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/13/10 06:41:56 (14 years ago)
Author:
swagner
Message:

Implemented ReadOnlyView property for items (#969).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/BoolValueView.cs

    r3048 r3317  
    6262        Caption = Content.ToString() + " (" + Content.GetType().Name + ")";
    6363        valueCheckBox.Checked = Content.Value;
    64         valueCheckBox.Enabled = true;
     64        valueCheckBox.Enabled = !Content.ReadOnlyView;
    6565      }
    6666    }
Note: See TracChangeset for help on using the changeset viewer.