Exemplo n.º 1
0
        public override void ApplyState(ASPxEditState state)
        {
            base.ApplyState(state);

            SourceControl.ClientEnabled = state.ClientEnabled;
            SourceControl.SetValue(state.Value);
        }